diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-10-03 21:56:39 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-10-03 21:56:39 +0200 |
| commit | 2be5a5171de2ecd51973862c243aecc0be4a0876 (patch) | |
| tree | b559ca6bbd48843907e64acdc11da2bf46f791b6 /gradle/libs.versions.toml | |
| parent | 30151d799aefdf0082e666fa0379f5d830ba96c8 (diff) | |
Bump versions
Gradle 8.10.2
AGP 8.7.0
Kotlin 2.0.20
Diffstat (limited to 'gradle/libs.versions.toml')
| -rw-r--r-- | gradle/libs.versions.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 00dd3b2..cef392e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.6.0" +agp = "8.7.0" appcompat = "1.7.0" constraintlayout = "2.1.4" coreKtx = "1.13.1" @@ -7,17 +7,17 @@ detekt = "1.23.6" espressoCore = "3.6.1" junit = "4.13.2" junitVersion = "1.2.1" -kotlin = "2.0.0" -livedata = "2.8.5" +kotlin = "2.0.20" +livedata = "2.8.6" material = "1.12.0" -navigationFragmentKtx = "2.8.0" -navigationUiKtx = "2.8.0" +navigationFragmentKtx = "2.8.2" +navigationUiKtx = "2.8.2" core = "1.13.1" orchestrator = "1.5.0" testRunner = "1.6.2" testRules = "1.6.1" testCore = "1.6.1" -fragmentKtx = "1.8.3" +fragmentKtx = "1.8.4" uiautomator = "2.3.0" [libraries] |
