Skip to content

Commit 63e622f

Browse files
committed
Migrate to Gradle v8.9
We were using an old 8.2 gradle. Using the migration assistant we have successfully moved to 8.9 seamlessly.
1 parent a93a15f commit 63e622f

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

app/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -618,13 +618,10 @@ android {
618618
lint {
619619
disable 'ExtraTranslation'
620620
}
621-
622-
aaptOptions {
623-
noCompress 'ja'
624-
noCompress 'dat'
625-
noCompress 'bin'
621+
androidResources {
626622
noCompress 'pak'
627623
}
624+
628625
}
629626

630627
configurations {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Jul 21 16:13:31 CEST 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ versions.atsl_runner = "1.5.2"
4545
versions.atsl_rules = "1.5.0"
4646
versions.atsl_junit = "1.1.5"
4747
versions.espresso = "3.5.1"
48-
versions.android_gradle_plugin = "8.2.1"
48+
versions.android_gradle_plugin = '8.7.1'
4949
versions.kotlin = "1.9.21"
5050
versions.kotlin_coroutines = "1.7.3"
5151
versions.snakeyaml = "2.0"

0 commit comments

Comments
 (0)