File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 }
55}// Top-level build file where you can add configuration options common to all sub-projects/modules.
66plugins {
7- id ' com.android.application' version ' 7.4.2 ' apply false
8- id ' com.android.library' version ' 7.4.2 ' apply false
7+ id ' com.android.application' version ' 8.0.1 ' apply false
8+ id ' com.android.library' version ' 8.0.1 ' apply false
99 id ' org.jetbrains.kotlin.android' version ' 1.7.0' apply false
1010}
Original file line number Diff line number Diff line change @@ -22,3 +22,5 @@ kotlin.code.style=official
2222# thereby reducing the size of the R class for that library
2323android.nonTransitiveRClass =true
2424android.enableJetifier =true
25+ android.defaults.buildfeatures.buildconfig =true
26+ android.nonFinalResIds =false
Original file line number Diff line number Diff line change 11# Mon Mar 06 12:32:43 CET 2023
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