File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ buildscript {
1212}
1313
1414plugins {
15- id ' com.android.application' version ' 7.4.2 ' apply false
16- id ' com.android.library' version ' 7.4.2 ' apply false
15+ id ' com.android.application' version ' 8.0.0 ' apply false
16+ id ' com.android.library' version ' 8.0.0 ' apply false
1717 id ' org.jetbrains.kotlin.android' version ' 1.6.21' apply false
1818}
1919
Original file line number Diff line number Diff line change @@ -21,3 +21,5 @@ kotlin.code.style=official
2121# resources declared in the library itself and none from the library's dependencies,
2222# thereby reducing the size of the R class for that library
2323android.nonTransitiveRClass =true
24+ android.defaults.buildfeatures.buildconfig =true
25+ android.nonFinalResIds =false
Original file line number Diff line number Diff line change 11# Thu Jun 23 15:32:32 EEST 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.0 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments