Skip to content

Commit 18e6d75

Browse files
Upgrade Android Gradle build tools for dynamic_theme (#2799)
This commit updates the Android Gradle configuration: * Bumps the Android Gradle Plugin version from 7.3.0 to 8.9.1. * Upgrades the Kotlin Android plugin version from 1.7.10 to 2.1.0. * Updates the Gradle wrapper distribution from version 7.6.3 to 8.11.1. ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [x] I have added sample code updates to the [changelog]. - [x] I updated/added relevant documentation (doc comments with `///`). @ericwindmill Co-authored-by: Eric Windmill <eric@ericwindmill.com>
1 parent e3dd7cb commit 18e6d75

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dynamic_theme/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.11.1-all.zip

dynamic_theme/android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ 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
23-
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
22+
id "com.android.application" version "8.9.1" apply false
23+
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2424
}
2525

2626
include ":app"

0 commit comments

Comments
 (0)