diff options
Diffstat (limited to 'gradle/libs.versions.toml')
| -rw-r--r-- | gradle/libs.versions.toml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 572d6db..b32ac18 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,23 +1,23 @@ [versions] -agp = "8.11.0" +agp = "8.13.0" appcompat = "1.7.1" constraintlayout = "2.2.1" -coreKtx = "1.16.0" +coreKtx = "1.17.0" detekt = "1.23.8" -espressoCore = "3.6.1" +espressoCore = "3.7.0" junit = "4.13.2" -junitVersion = "1.2.1" -kotlin = "2.2.0" -livedata = "2.9.1" -material = "1.12.0" -navigationFragmentKtx = "2.9.1" -navigationUiKtx = "2.9.1" -core = "1.16.0" -orchestrator = "1.5.1" -testRunner = "1.6.2" -testRules = "1.6.1" -testCore = "1.6.1" -fragmentKtx = "1.8.8" +junitVersion = "1.3.0" +kotlin = "2.2.20" +livedata = "2.9.3" +material = "1.13.0" +navigationFragmentKtx = "2.9.4" +navigationUiKtx = "2.9.4" +core = "1.17.0" +orchestrator = "1.6.1" +testRunner = "1.7.0" +testRules = "1.7.0" +testCore = "1.7.0" +fragmentKtx = "1.8.9" uiautomator = "2.3.0" [libraries] @@ -37,8 +37,8 @@ androidx-navigation-ui-ktx = { group = "androidx.navigation", name = "navigation androidx-orchestrator = { group = "androidx.test", name = "orchestrator", version.ref = "orchestrator" } junit = { group = "junit", name = "junit", version.ref = "junit" } material = { group = "com.google.android.material", name = "material", version.ref = "material" } -robolectric = { group = "org.robolectric", name = "robolectric", version = "4.15.1" } -truth = { group = "com.google.truth", name = "truth", version = "1.4.4" } +robolectric = { group = "org.robolectric", name = "robolectric", version = "4.16" } +truth = { group = "com.google.truth", name = "truth", version = "1.4.5" } androidx-core = { group = "androidx.core", name = "core", version.ref = "core" } androidx-fragment-ktx = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "fragmentKtx" } androidx-uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" } |
