Skip to content

Commit 54e6bcb

Browse files
committed
Update
1 parent 9c9ab9b commit 54e6bcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extension/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allprojects {
1616
}
1717

1818
dependencies {
19-
classpath 'com.android.tools.build:gradle:8.5.0'
19+
classpath 'com.android.tools.build:gradle:8.9.0'
2020
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.31.0'
2121
}
2222

extension/android/executorch_android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
plugins {
10-
id "com.android.library" version "8.5.0"
10+
id "com.android.library" version "8.9.0"
1111
id "com.vanniktech.maven.publish" version "0.31.0"
1212
alias(libs.plugins.jetbrains.kotlin.android)
1313
}

extension/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pluginManagement {
1616

1717
plugins {
1818
// Apply the foojay-resolver plugin to allow automatic download of JDKs
19-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.10.0'
19+
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0'
2020
}
2121

2222
rootProject.name = 'executorch'

0 commit comments

Comments
 (0)