Skip to content

Commit 6dbd03d

Browse files
authored
[shared_preferences] Update AGP to 8.9.1 (#9106)
replacement for #8957 Changelog not required #9062 as an example. ## Pre-Review Checklist
1 parent e55b1cc commit 6dbd03d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/shared_preferences/shared_preferences_android/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.5.1'
9+
classpath 'com.android.tools.build:gradle:8.9.1'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}
1212
}

packages/shared_preferences/shared_preferences_android/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-8.7-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip

packages/shared_preferences/shared_preferences_android/example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
// See https://github.com/flutter/flutter/blob/master/docs/ecosystem/Plugins-and-Packages-repository-structure.md#gradle-structure for more info.
2020
plugins {
2121
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
22-
id "com.android.application" version "8.5.2" apply false
22+
id "com.android.application" version '8.9.1' apply false
2323
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
2424
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.2.1"
2525
}

0 commit comments

Comments
 (0)