Skip to content

Commit ee8ad07

Browse files
fix(deps): update dependency com.android.tools.build:gradle to v8
1 parent 547791a commit ee8ad07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
1212
}
1313
dependencies {
14-
classpath("com.android.tools.build:gradle:7.4.2")
14+
classpath("com.android.tools.build:gradle:8.1.4")
1515
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
1616
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.12.1")
1717
classpath("com.google.dagger:hilt-android-gradle-plugin:${deps.daggerHilt.version}")

0 commit comments

Comments
 (0)