File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,10 @@ android {
9898 testOptions {
9999 execution " ANDROIDX_TEST_ORCHESTRATOR"
100100 }
101+
102+ buildFeatures {
103+ buildConfig = true
104+ }
101105}
102106
103107flutter {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
2020 }
2121
2222 dependencies {
23- classpath ' com.android.tools.build:gradle:8.4.0 '
23+ classpath ' com.android.tools.build:gradle:8.6.1 '
2424 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2525 classpath(" com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" )
2626 }
Original file line number Diff line number Diff line change 1515org.gradle.jvmargs =-Xmx1536M
1616android.useAndroidX =true
1717android.enableJetifier =true
18- android.defaults.buildfeatures.buildconfig =true
1918android.nonTransitiveRClass =false
2019android.nonFinalResIds =false
Original file line number Diff line number Diff line change 22// =limitations under the License.
33distributionBase =GRADLE_USER_HOME
44distributionPath =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
66zipStoreBase =GRADLE_USER_HOME
77zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments