Skip to content

Commit f317305

Browse files
committed
Upgrade Android Gradle Plugin and Lint
This commit updates the Android Gradle Plugin to version 8.12.2 and Lint to version 31.12.2.
1 parent 850614f commit f317305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
accompanist = "0.37.3"
33
androidDesugarJdkLibs = "2.1.5"
4-
androidGradlePlugin = "8.12.1"
4+
androidGradlePlugin = "8.12.2"
55
androidxActivity = "1.10.1"
66
androidxAppCompat = "1.7.1"
77
androidxBrowser = "1.9.0"
@@ -36,7 +36,7 @@ kotlinxCoroutines = "1.10.2"
3636
kotlinxDatetime = "0.7.1"
3737
kotlinxSerializationJson = "1.9.0"
3838
ksp = "2.2.10-2.0.2"
39-
lint = "31.12.1"
39+
lint = "31.12.2"
4040
okhttp = "5.1.0"
4141
protobuf = "4.32.0"
4242
protobufPlugin = "0.9.5"

0 commit comments

Comments
 (0)