File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,10 @@ android {
98
98
testOptions {
99
99
execution " ANDROIDX_TEST_ORCHESTRATOR"
100
100
}
101
+
102
+ buildFeatures {
103
+ buildConfig = true
104
+ }
101
105
}
102
106
103
107
flutter {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
}
21
21
22
22
dependencies {
23
- classpath ' com.android.tools.build:gradle:8.4.0 '
23
+ classpath ' com.android.tools.build:gradle:8.6.1 '
24
24
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
25
25
classpath(" com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" )
26
26
}
Original file line number Diff line number Diff line change 15
15
org.gradle.jvmargs =-Xmx1536M
16
16
android.useAndroidX =true
17
17
android.enableJetifier =true
18
- android.defaults.buildfeatures.buildconfig =true
19
18
android.nonTransitiveRClass =false
20
19
android.nonFinalResIds =false
Original file line number Diff line number Diff line change 2
2
// =limitations under the License.
3
3
distributionBase =GRADLE_USER_HOME
4
4
distributionPath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
6
6
zipStoreBase =GRADLE_USER_HOME
7
7
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments