summaryrefslogtreecommitdiffhomepage
path: root/android/gradle
AgeCommit message (Collapse)AuthorFilesLines
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