Skip to content

Commit c5b89be

Browse files
fix(deps): update dependency com.android.tools.build:gradle to v8.3.1
| datasource | package | from | to | | ---------- | ------------------------------ | ----- | ----- | | maven | com.android.tools.build:gradle | 8.3.0 | 8.3.1 |
1 parent aca4e57 commit c5b89be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
2020
}
2121
dependencies {
22-
classpath("com.android.tools.build:gradle:8.3.0")
22+
classpath("com.android.tools.build:gradle:8.3.1")
2323
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
2424
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
2525
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.2")

0 commit comments

Comments
 (0)