File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ gradle.taskGraph.whenReady {
1919 }
2020}
2121android {
22- compileSdkVersion 36
22+ compileSdk = 37
2323
24- ndkVersion " 29 .0.14206865 "
24+ ndkVersion " 30 .0.14904198 "
2525
2626 sourceSets {
2727 main. java. srcDirs + = ' src/main/kotlin'
@@ -31,8 +31,8 @@ android {
3131 defaultConfig {
3232 applicationId " io.github.danxi_dev.dan_xi"
3333 namespace " io.github.danxi_dev.dan_xi"
34- minSdkVersion flutter. minSdkVersion
35- targetSdk 36
34+ minSdk = flutter. minSdkVersion
35+ targetSdk 37
3636 versionCode flutter. versionCode
3737 versionName flutter. versionName
3838 }
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ subprojects {
4040 }
4141}
4242
43- // override the kotlin language version for each dependencies to 2.3.10
43+ // override the kotlin language version for each dependencies to 2.3.20
4444configurations. all {
4545 resolutionStrategy. eachDependency { details ->
4646 if (details. requested. group == ' org.jetbrains.kotlin' && details. requested. name == ' kotlin-gradle-plugin' ) {
47- details. useVersion ' 2.3.10 '
47+ details. useVersion ' 2.3.20 '
4848 }
4949 }
5050}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https://services.gradle.org/distributions/gradle-9.3 .1-bin.zip
6+ distributionUrl =https://services.gradle.org/distributions/gradle-9.4 .1-bin.zip
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.13.2" apply false
22- id " org.jetbrains.kotlin.android" version " 2.2.21 " apply false
22+ id " org.jetbrains.kotlin.android" version " 2.3.20 " apply false
2323}
2424
2525include " :app"
You can’t perform that action at this time.
0 commit comments