We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be7e93 commit 2a53db6Copy full SHA for 2a53db6
1 file changed
android/build.gradle
@@ -1,12 +1,12 @@
1
buildscript {
2
- ext.kotlin_version = '2.0.21'
+ ext.kotlin_version = '2.1.10'
3
repositories {
4
google()
5
mavenCentral()
6
}
7
8
dependencies {
9
- classpath 'com.android.tools.build:gradle:8.7.2'
+ classpath 'com.android.tools.build:gradle:8.8.1'
10
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11
12
0 commit comments