We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881d3ac commit 85fa0e6Copy full SHA for 85fa0e6
gradle/libs.versions.toml
@@ -3,18 +3,18 @@ minSdk = "21"
3
compileSdk = "34"
4
5
kotlin = "2.0.0"
6
-agp = "8.4.1"
+agp = "8.3.2"
7
kover = "0.7.6"
8
9
-compose-ui = "1.6.7"
+compose-ui = "1.6.8"
10
compose-material3 = "1.2.1"
11
androidx-core-ktx = "1.13.1"
12
androidx-annotation = "1.8.0"
13
google-accompanist-permissions = "0.34.0"
14
compose-lint-checks = "1.3.1"
15
junit = "4.13.2"
16
-uiTestJunit4Android = "1.6.7"
17
-robolectric = "4.11.1"
+uiTestJunit4Android = "1.6.8"
+robolectric = "4.12.2"
18
19
[libraries]
20
compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose-ui" }
0 commit comments