File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {
3131android {
3232 namespace " com.bibleside.bibleside"
3333 compileSdkVersion 36
34- ndkVersion ' 28 .0.12433566 rc1 '
34+ ndkVersion ' 29 .0.14206865 '
3535
3636 compileOptions {
3737 sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.9.20'
32 repositories {
43 google()
54 mavenCentral()
65 }
7-
8- dependencies {
9- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
10- }
116}
127
138allprojects {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pluginManagement {
2424plugins {
2525 id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
2626 id " com.android.application" version " 8.7.3" apply false
27- id " org.jetbrains.kotlin.android" version " 2.0 .0" apply false
27+ id " org.jetbrains.kotlin.android" version " 2.2 .0" apply false
2828}
2929
3030include " :app"
You can’t perform that action at this time.
0 commit comments