Skip to content

Commit

Permalink
Merge branch 'main' into renovate/compose
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Nov 16, 2023
2 parents ef6fa99 + 13d85df commit 29f702f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.1.2" # 7.4.1 is the maximum version supported by IDEA 2023.1
agp = "8.1.3" # 7.4.1 is the maximum version supported by IDEA 2023.1
android-compile = "34"
android-min = "21"
android-target = "32"
Expand All @@ -20,7 +20,7 @@ coroutines-js = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core-js", v
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.4.1" }
material = { module = "com.google.android.material:material", version = "1.10.0" }
robolectric = { module = "org.robolectric:robolectric", version = "4.10.3" }
robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" }

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit 29f702f

Please sign in to comment.