Skip to content

Commit

Permalink
Revert "Migrate to Gradle v8.9"
Browse files Browse the repository at this point in the history
This reverts commit 63e622f.
  • Loading branch information
haanhvu committed Dec 14, 2024
1 parent 67be2e6 commit 6ab8038
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -619,13 +619,16 @@ android {
lint {
disable 'ExtraTranslation'
}
androidResources {

aaptOptions {
noCompress 'ja'
noCompress 'dat'
noCompress 'bin'
noCompress 'pak'
noCompress 'ja'
noCompress 'dat'
noCompress 'bin'
}

}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jul 21 16:13:31 CEST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ versions.atsl_runner = "1.5.2"
versions.atsl_rules = "1.5.0"
versions.atsl_junit = "1.1.5"
versions.espresso = "3.5.1"
versions.android_gradle_plugin = '8.7.1'
versions.android_gradle_plugin = "8.2.1"
versions.kotlin = "1.9.21"
versions.kotlin_coroutines = "1.7.3"
versions.snakeyaml = "2.0"
Expand Down

0 comments on commit 6ab8038

Please sign in to comment.