Skip to content

Commit 88ade21

Browse files
committed
fix: resolve issue about app_settings
1 parent 4b0257c commit 88ade21

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '2.1.0'
2+
ext.kotlin_version = '2.2.20'
33
repositories {
44
google()
55
mavenCentral()

app/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2121
id "com.android.application" version '8.9.1' apply false
22-
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
22+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
2323
}
2424

2525
include ":app"

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies:
6868

6969
package_info_plus: ^8.3.1
7070
# App Settings
71-
app_settings: ^6.1.1
71+
app_settings: ^7.0.0
7272

7373
dev_dependencies:
7474
flutter_test:

0 commit comments

Comments
 (0)