File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 2.1.0 '
2+ ext. kotlin_version = ' 2.2.20 '
33 repositories {
44 google()
55 mavenCentral()
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.0 -all.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pluginManagement {
1919plugins {
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
2525include " :app"
Original file line number Diff line number Diff 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
7373dev_dependencies :
7474 flutter_test :
You can’t perform that action at this time.
0 commit comments