Skip to content

Commit e11df89

Browse files
committed
chore(android_alarm_manager_plus): Bump AGP to 8.12.1, fix integration test
1 parent 14aeef2 commit e11df89

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

packages/android_alarm_manager_plus/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ Dart code in the background when alarms fire.
2020
- Flutter >=3.12.0
2121
- Dart >=3.1.0 <4.0.0
2222
- Java 17
23+
- Kotlin 2.2.0
2324
- Android Gradle Plugin >=8.12.1
24-
- Gradle wrapper >=8.11.1
25+
- Gradle wrapper >=8.13
2526

2627
## Getting Started
2728

packages/android_alarm_manager_plus/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:8.9.1'
12+
classpath 'com.android.tools.build:gradle:8.12.1'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}
1515
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Oct 05 12:15:50 EEST 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

packages/android_alarm_manager_plus/example/android/settings.gradle

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

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.9.1" apply false
21+
id "com.android.application" version "8.12.1" apply false
2222
id "org.jetbrains.kotlin.android" version "2.2.0" apply false
2323
}
2424

0 commit comments

Comments
 (0)