We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54f6f8 commit 79fa109Copy full SHA for 79fa109
build.gradle
@@ -9,7 +9,7 @@ dependencies {
9
}
10
11
buildscript {
12
- ext.kotlin_version = "2.2.20"
+ ext.kotlin_version = "2.2.21"
13
repositories {
14
google()
15
mavenCentral()
@@ -21,7 +21,7 @@ buildscript {
21
// Gradle (used to drive the build) be a certain version or above. The
22
// correspondence is tracked here:
23
// https://developer.android.com/build/releases/gradle-plugin#updating-gradle
24
- classpath 'com.android.tools.build:gradle:8.13.0'
+ classpath 'com.android.tools.build:gradle:8.13.1'
25
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
26
27
0 commit comments