summaryrefslogtreecommitdiffhomepage
path: root/android/test/mockapi/build.gradle.kts
AgeCommit message (Collapse)AuthorFilesLines
2025-07-03Fix gradle kotlinOptions warningsDavid Göransson1-3/+7
2025-05-26Migrate remaining deps and versions to version catalogsDavid Göransson1-10/+9
2025-04-30Move all test tags to new lib.ui.tag moduleKalle Lindström1-0/+1
2025-02-26Remove Joda Time and use java.time package insteadKalle Lindström1-1/+0
Joda Time has been superseded by the Java 8 java.time package which has more or less the same API. This commit removes all usage of Joda Time and replaces it with the java.time classes. This is done so that we can remove the dependency on Joda Time.
2025-02-04Remove OWASP dependency check pluginAlbin1-9/+0
The OWASP DependencyCheck plugin has been replaced with `osv-scanner` which covers our use-case.
2024-10-03Make all compiler warnings errorsDavid Göransson1-1/+4
2024-09-24Set build tools version to 35.0.0David Göransson1-0/+1
2024-09-17Format build filesDavid Göransson1-10/+7
2024-08-19Fix for failing mockapi and e2e testsNiklas Berglund1-0/+8
2024-08-13Migrate to version catalogsAlbin1-21/+21
2024-06-26Add kermit dependencyAlbin1-0/+1
2024-02-06Remove common lib dependency from test mockapiJonatan Rhodin1-1/+0
2024-01-18Add flavor support to e2e and mockapi testsAlbin1-0/+7
2024-01-15Add mockapi tests for successful and failed account creationJonatan Rhodin1-0/+1
2024-01-11Migrate mockapi tests to junit5Jonatan Rhodin1-0/+17
2023-09-21Add billing and infrastructure flavor dimensionsAlbin1-0/+3
Flavor dimension usage: * `billing` - used to build separate artifacts where (1) different policies are followed and (2) different dependencies are used. * `infrastructure` - used to improve development and testing against non-production environments.
2023-09-21Apply automatic formatting and cleanup of gradle filesAlbin1-6/+2
2023-08-04Remove targetSdk from libsAlbin1-1/+0
2023-08-03Bump container image, jdk, gradle and agpAlbin1-2/+2
2023-03-16Add empty lint configAlbin1-0/+1
2023-02-13Add strict agp lint configurationAlbin1-0/+5
2023-02-02Fix mockapi time formatAlbin1-0/+1
Ensures mockapi timestamps are set to utc with offset zero and are strictly formatted according to both iso8601 and rfc3339.
2023-01-25Remove useTestStorageService optionAlbin1-1/+0
2023-01-10Use common test project suppressionAlbin1-1/+1
2023-01-10Add option to use custom api endpoint in debug buildsAlbin1-0/+1
2023-01-10Add empty :test:mockapi projectAlbin1-0/+61