Skip to content

Commit b6a60f7

Browse files
fix(deps): update dependency com.android.tools.build:gradle to v8.1.1 (#74)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c47019 commit b6a60f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object versions {
1111
const val spotless = "6.7.2"
1212
const val ktlint = "0.45.2"
1313
const val kotlin = "1.9.10"
14-
const val agp = "8.1.0"
14+
const val agp = "8.1.1"
1515
const val gradleVersions = "0.42.0"
1616
const val mokoKSwift = "0.6.1"
1717
const val googleKsp = "1.9.10-1.0.13"

0 commit comments

Comments
 (0)