Skip to content

Commit 8585982

Browse files
authored
chore: upgrade AGP version to 8.6.1 for example app (#341)
1 parent 97c803f commit 8585982

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

example/android/app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ android {
9898
testOptions {
9999
execution "ANDROIDX_TEST_ORCHESTRATOR"
100100
}
101+
102+
buildFeatures {
103+
buildConfig = true
104+
}
101105
}
102106

103107
flutter {

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

example/android/gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@
1515
org.gradle.jvmargs=-Xmx1536M
1616
android.useAndroidX=true
1717
android.enableJetifier=true
18-
android.defaults.buildfeatures.buildconfig=true
1918
android.nonTransitiveRClass=false
2019
android.nonFinalResIds=false

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
//=limitations under the License.
33
distributionBase=GRADLE_USER_HOME
44
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
66
zipStoreBase=GRADLE_USER_HOME
77
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)