diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-10-31 21:01:57 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-10-31 21:01:57 +0100 |
| commit | 117353c64882dd9d88fbe6c1f2939d7f95564b02 (patch) | |
| tree | 523ef17946849aa2d1d121b5acc909a9a93c74df /gradle | |
| parent | 41dc6d9683a0bf9d883c2be734d08d721722963b (diff) | |
Bump android gradle plugin and other android libs
Also upgraded compileSdk to 35.
Diffstat (limited to 'gradle')
| -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 76adc46..9be9b92 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,23 +1,23 @@ [versions] -agp = "8.7.1" +agp = "8.7.2" appcompat = "1.7.0" -constraintlayout = "2.1.4" -coreKtx = "1.13.1" +constraintlayout = "2.2.0" +coreKtx = "1.15.0" detekt = "1.23.6" espressoCore = "3.6.1" junit = "4.13.2" junitVersion = "1.2.1" kotlin = "2.0.20" -livedata = "2.8.6" +livedata = "2.8.7" material = "1.12.0" navigationFragmentKtx = "2.8.3" navigationUiKtx = "2.8.3" -core = "1.13.1" +core = "1.15.0" orchestrator = "1.5.1" testRunner = "1.6.2" testRules = "1.6.1" testCore = "1.6.1" -fragmentKtx = "1.8.4" +fragmentKtx = "1.8.5" uiautomator = "2.3.0" [libraries] |
