summaryrefslogtreecommitdiffhomepage
path: root/android/gradle
AgeCommit message (Collapse)AuthorFilesLines
2023-06-07Revert mockk to 1.13.3Albin1-70/+80
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 Rhodin1-54/+110
Co-authored-by: Albin <albin@mullvad.net>
2023-06-07Bump gradle dependenciesAlbin1-266/+327
2023-06-07Bump gradle version check toolAlbin1-5/+5
2023-06-07Bump gradle audit toolAlbin1-48/+48
2023-05-19Bump compose to 1.4.3Albin1-218/+308
2023-05-19Bump kotlin and agpAlbin1-423/+441
2023-03-20Add compose dependenciesAlbin1-15/+58
2023-03-13Add ktfmt gradle pluginAlbin1-0/+31
2023-01-10Update android dependency lockfileAlbin1-0/+78
2023-01-10Add empty :test:mockapi projectAlbin1-0/+42
2023-01-10Bump dependency check plugin to 7.4.4Albin1-16/+16
2022-12-16Update compose to 1.3.2Albin1-156/+83
This fixes the following transitive CVEs in Compose: - CVE-2022-3171 - CVE-2022-3510 However, the mentioned CVEs are still present via the espresso-contrib dependency.
2022-12-16Improve lockfile documentationAlbin1-8/+17
2022-12-12Add compose previewAlbin1-0/+40
2022-12-08Update gradle dependency verification lockfileAlbin1-1179/+1689
2022-12-08Bump Android project to java 11 and gradle 7.6Albin1-2/+2
2022-09-26Bump android compile/target sdk version to 33Albin1-18/+23
2022-09-03Skip checksum check for gh action pluginAlbin1-0/+2
2022-09-03Generate initial gradle dependency checksumsAlbin1-0/+2672
2022-09-03Add gradle checksum verification configAlbin1-0/+12
2022-09-03Add gradle wrapper checksumAlbin1-0/+2
This is not fully supported by Android Studio due to a bug in Gradle, however as this is an important security mechanism it should be set. Upcoming versions of Android Studio seem to properly support the checksum mechanism, as seen here: https://developer.android.com/studio/releases/fixed-bugs/studio/2022.1.1#android-studio-electric-eel-canary-3-2022.1.1.3 If Android Studio complains when syncing, click the text saying: 'Use "<checksum>" as checksum for <url> and sync project' See more: https://github.com/gradle/gradle/issues/9361 https://issuetracker.google.com/issues/232933744
2021-02-11Remove redundant infoAlex Granin1-1/+0
Remove redundant information from gradle wrapper properties
2021-02-11Bupm gradle pluginAleksandr Granin1-1/+2
2020-05-26Upgrade Gradle and Android Gradle Plugin versionsJanito Vaqueiro Ferreira Filho1-1/+1
2019-03-12Update Gradle and dependencies versionsJanito Vaqueiro Ferreira Filho1-1/+1
2019-03-11Add Gradle wrapper for Android appJanito Vaqueiro Ferreira Filho2-0/+5