Skip to content

Commit e6ab840

Browse files
authored
Bump dependency version (#5754)
1 parent 42c0035 commit e6ab840

3 files changed

Lines changed: 20 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66

77
- Add `ReturnScore` table
88
- Add `ReturnScore` sync resource
9+
- Bump Sentry Android to v6.2.0
10+
- Bump AndroidX Benchmark to v1.5.0-alpha04
11+
- Bump AndroidX Paging to v3.4.2
12+
- 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.36.0
16+
- Bump dagger to v2.59.2
17+
- Bump Jackson Core to v2.21.1
18+
- Bump Compose BOM to v2026.03.00
919

1020
## 2026.03.02
1121

gradle.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,9 @@ disableScreenshot=false
4747
allowRootedDevice=true
4848
maestroTests=false
4949
org.gradle.unsafe.configuration-cache=true
50-
5150
# AGP 9 compatibility flags (temporary)
5251
# Remove gradually before AGP 10
5352
android.uniquePackageNames=false
5453
android.enableAppCompileTimeRClass=false
5554
android.r8.optimizedResourceShrinking=false
56-
# remove this when sentry-android-gradle-plugin releases version 6.x.x
57-
# https://github.com/getsentry/sentry-android-gradle-plugin/issues/1004
58-
android.newDsl=false
5955

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ agp = "9.0.1"
33

44
androidx-cameraView = "1.5.3"
55
androidx-camera = "1.5.3"
6-
androidx-paging = "3.3.6"
6+
androidx-paging = "3.4.2"
77
androidx-room = "2.8.4"
88
androidx-work = "2.11.1"
99
androidx-security-crypto = "1.1.0"
@@ -12,12 +12,12 @@ androidx-lifecycle = "2.10.0"
1212
androidx-activity = "1.12.4"
1313

1414
chucker = "4.3.0"
15-
dagger = "2.59.1"
15+
dagger = "2.59.2"
1616

17-
kotlin = "2.3.10"
17+
kotlin = "2.3.20"
1818
kotlinx-serialization = "1.10.0"
1919

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

2222
ktlint = "0.36.0"
2323

@@ -39,7 +39,7 @@ coroutines = "1.10.2"
3939

4040
compose-compiler = "1.5.13"
4141

42-
androidx-compose-bom = "2026.02.00"
42+
androidx-compose-bom = "2026.03.00"
4343

4444
composeThemeAdapter = "0.36.0"
4545

@@ -117,7 +117,7 @@ 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.0"
120+
jackson-core = "com.fasterxml.jackson.core:jackson-core:2.21.1"
121121

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

@@ -162,7 +162,7 @@ okhttp-interceptor-logging = { module = "com.squareup.okhttp3:logging-intercepto
162162
openCsv = "com.opencsv:opencsv:5.12.0"
163163

164164
play-app-update = "com.google.android.play:app-update-ktx:2.1.0"
165-
play-services-auth = "com.google.android.gms:play-services-auth:21.5.0"
165+
play-services-auth = "com.google.android.gms:play-services-auth:21.5.1"
166166
play-services-location = "com.google.android.gms:play-services-location:21.3.0"
167167
play-services-mlkit-barcode = "com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.1"
168168

@@ -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.32.0"
184+
sentry-android = "io.sentry:sentry-android:8.36.0"
185185

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

@@ -225,13 +225,13 @@ sqlCipher = { module = "net.zetetic:sqlcipher-android", version.ref = "sqlCipher
225225
android-application = { id = "com.android.application", version.ref = "agp" }
226226
android-library = { id = "com.android.library", version.ref = "agp" }
227227
android-lint = { id = "com.android.lint", version.ref = "agp" }
228-
androidx-benchmark = { id = "androidx.benchmark", version = "1.4.1" }
228+
androidx-benchmark = { id = "androidx.benchmark", version = "1.5.0-alpha04" }
229229
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
230230
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
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.0.0" }
234+
sentry = { id = "io.sentry.android.gradle", version = "6.2.0" }
235235

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

0 commit comments

Comments
 (0)