summaryrefslogtreecommitdiffhomepage
path: root/android/buildSrc/src
AgeCommit message (Collapse)AuthorFilesLines
2025-09-12Add better support for variant filtersDavid Göransson2-24/+89
2025-05-26Migrate remaining deps and versions to version catalogsDavid Göransson2-27/+0
2025-05-24Fix version code safeguardAlbin1-3/+11
Moving the version code safeguard in order to make it configuration cache compliant.
2025-05-23Bump junit5 to 5.12.2David Göransson1-1/+1
2025-05-23Bump junit5 plugin to 1.12.2.0David Göransson1-1/+1
2025-05-21Unify usage of gradle propertiesDavid Göransson1-11/+29
This commit does multiple changes to how we work with properties. - Instead of relying on `e2e.properties` and `local.properties` only use the `gradle.properties` as per standard gradle. - Naming of properties are changed to have a coherent structure. - Allow for setting stagemole and prod account separately. - Consolidate all the default values into `gradle.properties`
2025-03-14Bump junit5 plugin to 1.12.0.0David Göransson1-1/+1
2025-03-14Bump junit5 android to 1.7.0David Göransson1-1/+1
2025-03-14Bump junit to 5.12.0David Göransson1-1/+1
2025-03-13Clean up redundant gradle repoAlbin1-3/+0
2025-01-29Implement detekt and ktfmt for buildSrcJonatan Rhodin3-15/+19
2025-01-28Bundle a pre-generated relay list instead of generating oneJonatan Rhodin1-0/+17
The android app will try to bundle the relays.json found under dist-assets/relays/ if it exists. Otherwise it will rely on the relay list downloaded by the api. For alpha, beta and stable release builds it is required to have a bundled relays.json file.
2025-01-24Remove logging and formattingKalle Lindström1-13/+6
2025-01-23Add script to generate rustc --remap-path-prefixKalle Lindström1-8/+18
This is needed for reproducible builds. The script gets the file paths to the user's Cargo and Rustup home dirs, as well as the path to the Mullvad app source dir. These paths are then remapped to fixed values which is needed to make the build reproducible.
2025-01-08Add gradle rust pluginJonatan Rhodin1-0/+1
2025-01-07Bump junit5 plugin to 1.11.3.0David Göransson1-1/+1
2025-01-07Bump junit to 5.11.4David Göransson1-1/+1
2024-12-10Fix unsupported mullvad-version gradle executionAlbin1-14/+7
2024-12-09Bump junit to 5.11.3David Göransson1-1/+1
2024-10-11Bump JUnit5David Göransson1-3/+3
2024-09-24Set build tools version to 35.0.0David Göransson1-0/+1
2024-09-24Update targetSdk versionDavid Göransson1-2/+2
2024-08-13Migrate to version catalogsAlbin3-271/+18
2024-07-30Bump junitDavid Göransson1-2/+2
2024-07-30Bump commons validatorDavid Göransson1-1/+1
2024-07-30Bump composeDavid Göransson1-1/+1
2024-07-30Bump activity composeDavid Göransson1-1/+1
2024-07-30Bump turbineDavid Göransson1-1/+1
2024-07-30Bump mockkDavid Göransson1-1/+1
2024-07-30Bump kotlinxDavid Göransson1-8/+8
2024-07-30Remove fragment testingDavid Göransson2-3/+0
2024-07-22Bump dependency check gradle pluginDavid Göransson1-1/+1
2024-07-22Bump core-ktxDavid Göransson1-1/+1
2024-07-22Bump protobufDavid Göransson1-1/+1
2024-07-22Bump detektDavid Göransson1-1/+1
2024-07-22Bump koinDavid Göransson1-2/+2
2024-07-22Bump grpcDavid Göransson1-1/+1
2024-07-22Bump lifecycleDavid Göransson1-1/+1
2024-07-22Bump composeDavid Göransson1-2/+2
2024-07-22Bump arrowDavid Göransson1-1/+1
2024-07-22Bump destinationsDavid Göransson1-2/+2
2024-07-10Revert "Merge branch 'bump-android-test-dependencies'"David Göransson1-7/+7
This reverts commit 909862404e0d6ecdc027c16358508684e382a8d9, reversing changes made to 312f5d23fa0cf6ff4997662480fb74ca27d8100f.
2024-07-04Bump dependency check pluginAlbin1-1/+1
2024-07-04Add splashscreen dependencyDavid Göransson2-0/+2
2024-07-03Add activity-compose explicitly to bump verisonDavid Göransson2-0/+3
2024-07-03Bump android test dependenciesAlbin2-9/+9
2024-06-27Bump Dependencies to K2David Göransson2-4/+13
2024-06-26Add kermit dependencyAlbin2-0/+2
2024-06-25Update owasp dependency check versionJonatan Rhodin1-1/+1
2024-06-25Update compose to 1.7.0-beta03Jonatan Rhodin1-7/+7
Also update some related libraries that were required This fixes a crash on release build