chore: upgrade Kotlin to 2.1.0 and Flutter dependencies to latest
- Kotlin 1.9.22 → 2.1.0, KSP 1.9.22-1.0.17 → 2.1.0-1.0.29 - flutter_local_notifications 18.0.1 → 21.0.0 - permission_handler 11.4.0 → 12.0.1 - workmanager 0.6.0 → 0.9.0+3 - desugar_jdk_libs 2.0.4 → 2.1.4 (required by flutter_local_notifications)
This commit is contained in:
parent
4e6d7e95e6
commit
2123df11c9
4 changed files with 53 additions and 21 deletions
|
|
@ -45,7 +45,7 @@ flutter {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
|
||||
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4")
|
||||
implementation("androidx.room:room-runtime:2.6.1")
|
||||
implementation("androidx.room:room-ktx:2.6.1")
|
||||
implementation("com.google.android.gms:play-services-location:21.0.1")
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ pluginManagement {
|
|||
plugins {
|
||||
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
|
||||
id("com.android.application") version "8.11.1" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
|
||||
id("com.google.devtools.ksp") version "1.9.22-1.0.17" apply false
|
||||
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
|
||||
id("com.google.devtools.ksp") version "2.1.0-1.0.29" apply false
|
||||
}
|
||||
|
||||
include(":app")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue