File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
23
23
maven { url " https://plugins.gradle.org/m2/" }
24
24
}
25
25
dependencies {
26
- classpath ' com.android.tools.build:gradle:8.1.2 '
26
+ classpath ' com.android.tools.build:gradle:8.2.0 '
27
27
classpath " org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.2.0"
28
28
classpath ' com.adarshr:gradle-test-logger-plugin:2.1.0'
29
29
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10"
Original file line number Diff line number Diff line change @@ -45,6 +45,5 @@ VERSION_CHECK_URL=
45
45
MAPS_API_KEY =
46
46
org.gradle.unsafe.configuration-cache =on
47
47
android.enableR8.fullMode =false
48
- android.defaults.buildfeatures.buildconfig =true
49
48
android.nonTransitiveRClass =false
50
49
android.nonFinalResIds =false
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME
19
19
distributionPath =wrapper/dists
20
20
zipStoreBase =GRADLE_USER_HOME
21
21
zipStorePath =wrapper/dists
22
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -bin.zip
22
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -bin.zip
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ android {
51
51
52
52
buildFeatures {
53
53
viewBinding true
54
+ buildConfig true
54
55
}
55
56
56
57
testOptions {
You can’t perform that action at this time.
0 commit comments