File tree Expand file tree Collapse file tree
packages/android_alarm_manager_plus Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 11# Tue Oct 05 12:15:50 EEST 2021
22distributionBase =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
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pluginManagement {
1818
1919plugins {
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
You can’t perform that action at this time.
0 commit comments