Skip to content

Commit a0c07e2

Browse files
committed
android gradle plugin dependency fixed
1 parent fc9d857 commit a0c07e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
}
1313
}
1414
dependencies {
15-
classpath 'com.android.tools.build:gradle:8.9.1'
15+
classpath deps.build.gradlePlugins.android
1616
classpath deps.build.gradlePlugins.kotlin
1717
classpath deps.build.gradlePlugins.detekt
1818
classpath deps.build.gradlePlugins.jacoco

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def apt = [
5252
javaxInject : "javax.inject:javax.inject:1",
5353
]
5454

55-
def agp = 'com.android.tools.build:gradle:8.2.2'
55+
def agp = 'com.android.tools.build:gradle:8.9.1'
5656

5757
def build = [
5858
compileSdk : 34,

0 commit comments

Comments
 (0)