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 8afc2ae commit 060d525Copy full SHA for 060d525
packages/capacitor-plugin/android/build.gradle
@@ -7,13 +7,13 @@ ext {
7
}
8
9
buildscript {
10
- ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '1.9.24'
+ ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '1.9.25'
11
repositories {
12
google()
13
mavenCentral()
14
15
dependencies {
16
- classpath 'com.android.tools.build:gradle:8.7.1'
+ classpath 'com.android.tools.build:gradle:8.7.2'
17
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
18
19
0 commit comments