diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-10-16 21:13:51 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-10-16 21:13:51 +0200 |
| commit | 90531e1f6486bea36721a817d25b71a3c26634c4 (patch) | |
| tree | d2033482786a0ac98830711172d3e46f281a531a | |
| parent | 4c2009d6bd130e19675d02c17975bbabba388a51 (diff) | |
Update AGP and other android libs
| -rw-r--r-- | gradle/libs.versions.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cef392e..76adc46 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.7.0" +agp = "8.7.1" appcompat = "1.7.0" constraintlayout = "2.1.4" coreKtx = "1.13.1" @@ -10,10 +10,10 @@ junitVersion = "1.2.1" kotlin = "2.0.20" livedata = "2.8.6" material = "1.12.0" -navigationFragmentKtx = "2.8.2" -navigationUiKtx = "2.8.2" +navigationFragmentKtx = "2.8.3" +navigationUiKtx = "2.8.3" core = "1.13.1" -orchestrator = "1.5.0" +orchestrator = "1.5.1" testRunner = "1.6.2" testRules = "1.6.1" testCore = "1.6.1" |
