Skip to content

Commit 861d9de

Browse files
authored
Bump Library version (#5790)
1 parent 5854656 commit 861d9de

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
- Add `ReturnScore` table
88
- Add `ReturnScore` sync resource
9-
- Bump Sentry Android to v6.4.0
9+
- Bump Sentry Android to v6.6.0
1010
- Bump AndroidX Benchmark to v1.5.0-alpha05
1111
- Bump AndroidX Paging to v3.4.2
1212
- Bump Play Services Auth to v21.5.1
13-
- Bump Kotlin to v2.3.20
14-
- Bump KSP to v2.3.6
15-
- Bump Sentry to v8.39.1
13+
- Bump Kotlin to v2.3.21
14+
- Bump KSP to v2.3.7
15+
- Bump Sentry to v8.40.0
1616
- Bump dagger to v2.59.2
17-
- Bump Jackson Core to v2.21.2
17+
- Bump Jackson Core to v2.21.3
1818
- Bump Compose BOM to v2026.04.01
1919
- Bump AGP to v9.1.1
2020
- Bump Lint to v32.1.1
@@ -24,7 +24,7 @@
2424
- Bump AndroidX Work to v2.11.2
2525
- Bump AndroidX Activity to v1.13.0
2626
- Bump Kotlinx-Serialization to v1.11.0
27-
- Bump sqlCipher to v4.14.1
27+
- Bump sqlCipher to v4.15.0
2828
- Bump AndroidX Annotation to v1.10.0
2929
- Bump AndroidX Core KTX to v1.18.0
3030
- Bump Mockito Kotlin to v6.3.0
@@ -82,7 +82,7 @@
8282
- Bump AndroidX Work to v2.11.0
8383
- Bump AndroidX ViewModel to v2.10.0
8484
- Bump Lottie Compose to v6.7.1
85-
- Bump Gson to v2.13.2
85+
- Bump Gson to v2.14.0
8686
- Bump KSP to v2.3.4
8787
- Bump firebase remote config to v23.0.1
8888
- Bump Google Truth to v1.4.5

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ androidx-activity = "1.13.0"
1414
chucker = "4.3.0"
1515
dagger = "2.59.2"
1616

17-
kotlin = "2.3.20"
17+
kotlin = "2.3.21"
1818
kotlinx-serialization = "1.11.0"
1919

20-
ksp = "2.3.6"
20+
ksp = "2.3.7"
2121

2222
ktlint = "0.36.0"
2323

@@ -43,7 +43,7 @@ androidx-compose-bom = "2026.04.01"
4343

4444
composeThemeAdapter = "0.36.0"
4545

46-
sqlCipher = "4.14.1"
46+
sqlCipher = "4.15.0"
4747

4848
[libraries]
4949
android-desugaring = "com.android.tools:desugar_jdk_libs:2.1.5"
@@ -111,13 +111,13 @@ faker = "com.github.blocoio:faker:2.0.4"
111111
firebase-config = "com.google.firebase:firebase-config:23.0.1"
112112
firebase-analytics = "com.google.firebase:firebase-analytics-ktx:22.5.0"
113113

114-
gson = "com.google.code.gson:gson:2.13.2"
114+
gson = "com.google.code.gson:gson:2.14.0"
115115

116116
itemanimators = "com.mikepenz:itemanimators:1.1.0"
117117

118118
itext7 = "com.itextpdf:itext7-core:7.2.5"
119119

120-
jackson-core = "com.fasterxml.jackson.core:jackson-core:2.21.2"
120+
jackson-core = "com.fasterxml.jackson.core:jackson-core:2.21.3"
121121

122122
jbcrypt = "org.mindrot:jbcrypt:0.4"
123123

@@ -181,7 +181,7 @@ rx-java = "io.reactivex.rxjava2:rxjava:2.2.21"
181181
rx-kotlin = "io.reactivex.rxjava2:rxkotlin:2.4.0"
182182
rx-preferences = "com.f2prateek.rx.preferences2:rx-preferences:2.0.1"
183183

184-
sentry-android = "io.sentry:sentry-android:8.39.1"
184+
sentry-android = "io.sentry:sentry-android:8.40.0"
185185

186186
signaturepad = "com.github.gcacace:signature-pad:1.3.1"
187187

@@ -231,7 +231,7 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
231231
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
232232
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
233233
google-services = { id = "com.google.gms.google-services", version = "4.4.4" }
234-
sentry = { id = "io.sentry.android.gradle", version = "6.4.0" }
234+
sentry = { id = "io.sentry.android.gradle", version = "6.6.0" }
235235

236236
[bundles]
237237
androidx-camera = ["androidx-camera-core", "androidx-camera-camera2", "androidx-camera-view", "androidx-camera-lifecycle"]

0 commit comments

Comments
 (0)