diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-09-10 23:55:18 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-09-10 23:55:18 +0200 |
| commit | 07d35782b377a8b98cf8dbbb5734d3f2514bccd5 (patch) | |
| tree | ec0335f8539d431c5b0d16716702556ca2a3f2ff | |
| parent | 8cb06348033c55f2db0e98103115e955097372e3 (diff) | |
Update a bunch of android libraries
| -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 97fd718..00dd3b2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,16 +8,16 @@ espressoCore = "3.6.1" junit = "4.13.2" junitVersion = "1.2.1" kotlin = "2.0.0" -livedata = "2.8.4" +livedata = "2.8.5" material = "1.12.0" -navigationFragmentKtx = "2.7.7" -navigationUiKtx = "2.7.7" +navigationFragmentKtx = "2.8.0" +navigationUiKtx = "2.8.0" core = "1.13.1" orchestrator = "1.5.0" testRunner = "1.6.2" testRules = "1.6.1" testCore = "1.6.1" -fragmentKtx = "1.8.2" +fragmentKtx = "1.8.3" uiautomator = "2.3.0" [libraries] |
