Skip to content

Commit 93a815b

Browse files
authored
Update library versions (#5627)
1 parent 24206d1 commit 93a815b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
- Bump Lottie Compose to v6.6.9
1818
- Bump Gson to v2.13.2
1919
- Bump KSP to v2.2.20-2.0.2
20+
- Bump firebase remote config to v23.0.1
21+
- Bump Google Truth to v1.4.5
22+
- Bump AndroidX Benchmark to v1.4.1
23+
- Bump AndroidX Camera to v1.5.0
2024

2125
### Changes
2226

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
agp = "8.13.0"
33

44
androidx-cameraView = "1.4.2"
5-
androidx-camera = "1.4.2"
5+
androidx-camera = "1.5.0"
66
androidx-paging = "3.3.6"
77
androidx-room = "2.7.2"
88
androidx-work = "2.10.4"
@@ -107,7 +107,7 @@ edittext-pinentry = "com.alimuzaffar.lib:pinentryedittext:2.0.6"
107107

108108
faker = "com.github.blocoio:faker:2.0.4"
109109

110-
firebase-config = "com.google.firebase:firebase-config:23.0.0"
110+
firebase-config = "com.google.firebase:firebase-config:23.0.1"
111111
firebase-analytics = "com.google.firebase:firebase-analytics-ktx:22.5.0"
112112

113113
gson = "com.google.code.gson:gson:2.13.2"
@@ -191,7 +191,7 @@ timber = "com.jakewharton.timber:timber:5.0.1"
191191

192192
rx-java-extensions = "com.github.akarnokd:rxjava3-extensions:3.1.1"
193193

194-
truth = "com.google.truth:truth:1.4.4"
194+
truth = "com.google.truth:truth:1.4.5"
195195

196196
uuid-generator = "com.fasterxml.uuid:java-uuid-generator:5.1.0"
197197

@@ -223,7 +223,7 @@ sqlCipher = { module = "net.zetetic:sqlcipher-android", version.ref = "sqlCipher
223223
android-application = { id = "com.android.application", version.ref = "agp" }
224224
android-library = { id = "com.android.library", version.ref = "agp" }
225225
android-lint = { id = "com.android.lint", version.ref = "agp" }
226-
androidx-benchmark = { id = "androidx.benchmark", version = "1.4.0" }
226+
androidx-benchmark = { id = "androidx.benchmark", version = "1.4.1" }
227227
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
228228
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
229229
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }

0 commit comments

Comments
 (0)