File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 mavenCentral()
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:7.4 .2'
11+ classpath ' com.android.tools.build:gradle:8.3 .2'
1212
1313 // NOTE: Do not place your application dependencies here; they belong
1414 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -17,4 +17,7 @@ org.gradle.jvmargs=-Xmx1536m
1717android.useAndroidX =true
1818# Automatically convert third-party libraries to use AndroidX
1919android.enableJetifier =true
20+ android.defaults.buildfeatures.buildconfig =true
21+ android.nonTransitiveRClass =false
22+ android.nonFinalResIds =false
2023
Original file line number Diff line number Diff line change 11# Tue Aug 02 19:19:17 CST 2022
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments