summaryrefslogtreecommitdiffhomepage
path: root/android/buildSrc/src
AgeCommit message (Collapse)AuthorFilesLines
2023-11-21Update SDK versionDavid Göransson1-3/+3
2023-11-16Add payment support to AccountViewModelJonatan Rhodin1-0/+3
2023-11-16Add payment module and billing payment repositoryJonatan Rhodin1-0/+2
2023-11-16Add billing client library and billing moduleJonatan Rhodin2-0/+2
2023-11-10Update mockk version to 1.13.8Jonatan Rhodin1-3/+1
2023-11-10Add version code checkAlbin1-0/+2
The check will fail unless the version code is less than 30000000. This means that all version codes up until the year 2030 are valid. The check runs before the preBuild task.
2023-10-10Add stagemole flavorAlbin1-1/+5
2023-10-09Bump konsist to 0.13.0Albin1-1/+1
2023-10-06Remove old versionDavid Göransson1-1/+0
2023-10-06Replace old topbar with Material3David Göransson1-2/+0
2023-10-02Add Compose Preview test and fix issuesDavid Göransson1-0/+3
2023-10-02Bump konsist to 0.12.2Albin1-1/+1
2023-09-29Add konsist in dependency and version filesAlbin2-1/+3
2023-09-28Bump compose to 1.5.1Albin1-1/+1
2023-09-21Add billing and infrastructure flavor dimensionsAlbin1-0/+44
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-05Move test utils to its own moduleJonatan Rhodin1-0/+1
2023-08-30Bump compose from rc to stable 1.5.0Albin1-1/+1
2023-08-30Bump kotlin to 1.9.10Albin1-2/+2
2023-08-23Create empty theme libAlbin1-0/+1
2023-08-04Fix scroll crash by bumping to compose rcAlbin1-1/+1
2023-08-04Bump kotlinAlbin1-2/+2
2023-08-04Bump kotlinx coroutinesAlbin1-1/+1
2023-08-04Bump ktfmtAlbin1-1/+1
2023-08-04Bump agpAlbin1-2/+2
2023-08-03Bump container image, jdk, gradle and agpAlbin2-3/+8
2023-08-01Bump recyclerview dependencyAlbin1-1/+1
2023-08-01Bump fragment dependencyAlbin1-1/+1
2023-08-01Bump koinAlbin2-5/+9
2023-08-01Bump play publish pluginAlbin1-1/+1
2023-08-01Bump gradle version pluginAlbin1-1/+1
2023-08-01Bump leak canaryAlbin1-1/+1
2023-08-01Bump turbineAlbin1-1/+1
2023-07-28Add empty vpn service moduleAlbin1-0/+1
2023-07-27Bump owasp dependency check toolAlbin1-1/+1
2023-07-27Add empty tile service moduleAlbin1-0/+2
2023-07-27Add empty resource libAlbin1-0/+1
2023-07-27Add empty ipc moduleAlbin1-0/+1
2023-07-27Add empty common moduleAlbin1-0/+1
2023-07-25Add empty model moduleAlbin1-0/+1
2023-07-25Add empty talpid moduleAlbin1-0/+1
2023-07-12Update material 3 library to 1.1.1Jonatan Rhodin1-1/+1
2023-07-11Remove material 2 library since it's no longer usedJonatan Rhodin2-2/+0
2023-06-07Revert mockk to 1.13.3Albin1-1/+3
Reverting due to the same issues reported in: https://github.com/mockk/mockk/issues/1035
2023-06-07Upgrade koin version to 3.4.1 and koin-compose libraryJonatan Rhodin2-5/+3
Co-authored-by: Albin <albin@mullvad.net>
2023-06-07Bump gradle dependenciesAlbin1-17/+17
2023-06-07Bump gradle version check toolAlbin1-1/+1
2023-06-07Bump gradle audit toolAlbin1-1/+1
2023-05-19Bump compose to 1.4.3Albin1-4/+4
2023-05-19Bump kotlin and agpAlbin1-4/+4
2023-04-24Add version code/name override optionAlbin1-9/+19
Adds the option to override version code/name by setting properties in `local.properties`. For example: OVERRIDE_VERSION_CODE=123 OVERRIDE_VERSION_NAME=1.2.3