Skip to content

Commit 427024f

Browse files
authored
Merge pull request #27 from hotwired/upgrade-buld-tools
Update Android Gradle plugin to 8.0.2
2 parents ee76944 + df0c7a2 commit 427024f

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
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:8.0.0'
12+
classpath 'com.android.tools.build:gradle:8.0.2'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1414
}
1515
}

0 commit comments

Comments
 (0)