Skip to content

Commit 060d525

Browse files
authored
fix(android): update Gradle and Kotlin configurations for compatibility with latest @capacitor/android (#28)
1 parent 8afc2ae commit 060d525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/capacitor-plugin/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ ext {
77
}
88

99
buildscript {
10-
ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '1.9.24'
10+
ext.kotlin_version = project.hasProperty("kotlin_version") ? rootProject.ext.kotlin_version : '1.9.25'
1111
repositories {
1212
google()
1313
mavenCentral()
1414
}
1515
dependencies {
16-
classpath 'com.android.tools.build:gradle:8.7.1'
16+
classpath 'com.android.tools.build:gradle:8.7.2'
1717
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1818
}
1919
}

0 commit comments

Comments
 (0)