We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0257c commit 88ade21Copy full SHA for 88ade21
3 files changed
app/android/build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = '2.1.0'
+ ext.kotlin_version = '2.2.20'
3
repositories {
4
google()
5
mavenCentral()
app/android/settings.gradle
@@ -19,7 +19,7 @@ pluginManagement {
19
plugins {
20
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21
id "com.android.application" version '8.9.1' apply false
22
- id "org.jetbrains.kotlin.android" version "1.8.22" apply false
+ id "org.jetbrains.kotlin.android" version "2.2.20" apply false
23
}
24
25
include ":app"
app/pubspec.yaml
@@ -68,7 +68,7 @@ dependencies:
68
69
package_info_plus: ^8.3.1
70
# App Settings
71
- app_settings: ^6.1.1
+ app_settings: ^7.0.0
72
73
dev_dependencies:
74
flutter_test:
0 commit comments