Skip to content

Commit 1ab82ab

Browse files
authored
Merge pull request #27 from wada811/renovate/major-android-gradle-plugin
Update Android Gradle Plugin to v8 (major)
2 parents 14a8744 + b7e14db commit 1ab82ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'com.android.application' version '7.4.2' apply false
3-
id 'com.android.library' version '7.4.2' apply false
2+
id 'com.android.application' version '8.0.2' apply false
3+
id 'com.android.library' version '8.0.2' apply false
44
id "com.diffplug.spotless" version "6.19.0" apply false
55
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
66
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"

0 commit comments

Comments
 (0)