Skip to content

Commit ba31629

Browse files
committed
Update gradle plugins
Best I can find 8.6 is supposed to be for sdk version 35, and there is an 8.6.1 so let's try that.
1 parent a13ab05 commit ba31629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.5.1'
9+
classpath 'com.android.tools.build:gradle:8.6.1'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

0 commit comments

Comments
 (0)