Skip to content

Commit 8fd0bfb

Browse files
committed
chore(Example): upgrade Gradle and Android Gradle Plugin versions to support current flutter / dart version
Update Android build tooling: - Bump Android Gradle Plugin from 7.3.0 to 8.1.0 - Upgrade Gradle wrapper from 7.6.3 to 8.0
1 parent 12b206c commit 8fd0bfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip

example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919

2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22-
id "com.android.application" version "7.3.0" apply false
22+
id "com.android.application" version "8.1.0" apply false
2323
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
2424
}
2525

0 commit comments

Comments
 (0)