Bump kotlin version and use fixed gradle version
This commit is contained in:
parent
9665a0405f
commit
9ac17ea4d4
|
@ -17,8 +17,8 @@ buildscript {
|
|||
ndkVersion = "21.4.7075529"
|
||||
}
|
||||
glideVersion = "4.11.0"
|
||||
kotlin_version = "1.6.10"
|
||||
kotlinVersion = '1.6.10'
|
||||
kotlin_version = "1.8.22"
|
||||
kotlinVersion = '1.8.22'
|
||||
supportLibVersion = "28.0.0"
|
||||
libre_build = !(isPlay.toBoolean())
|
||||
}
|
||||
|
@ -38,7 +38,7 @@ buildscript {
|
|||
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.0'
|
||||
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:7.+'
|
||||
}
|
||||
classpath("com.android.tools.build:gradle")
|
||||
classpath("com.android.tools.build:gradle:7.4.1")
|
||||
classpath("com.facebook.react:react-native-gradle-plugin")
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue