diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d9431f7c..0f94780c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" @@ -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" }