File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
3- id ' com.android.application' version ' 7.4.2 ' apply false
4- id ' com.android.library' version ' 7.4.2 ' apply false
3+ id ' com.android.application' version ' 8.13.0 ' apply false
4+ id ' com.android.library' version ' 8.13.0 ' apply false
55 id ' org.jetbrains.kotlin.android' version ' 1.8.22' apply false
66}
77
Original file line number Diff line number Diff line change @@ -20,4 +20,6 @@ kotlin.code.style=official
2020# Enables namespacing of each library's R class so that its R class includes only the
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
23- android.nonTransitiveRClass =true
23+ android.nonTransitiveRClass =true
24+ android.defaults.buildfeatures.buildconfig =true
25+ android.nonFinalResIds =false
Original file line number Diff line number Diff line change 11# Fri Sep 12 12:32:19 BRT 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments