File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ android {
4545 applicationId " xyz.hku.cuckoo"
4646 // You can update the following values to match your application needs.
4747 // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
48- minSdkVersion flutter . minSdkVersion
48+ minSdkVersion 21
4949 targetSdkVersion flutter. targetSdkVersion
5050 versionCode flutterVersionCode. toInteger()
5151 versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pluginManagement {
2020plugins {
2121 id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
2222 id " com.android.application" version " 7.3.0" apply false
23- id " org.jetbrains.kotlin.android" version " 1.7.10 " apply false
23+ id " org.jetbrains.kotlin.android" version " 1.9.0 " apply false
2424}
2525
2626include " :app"
You can’t perform that action at this time.
0 commit comments