Skip to content

Commit 05bac21

Browse files
authored
Bump library version (#5801)
1 parent f2512e1 commit 05bac21

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
- Add `ReturnScore` table
88
- Add `ReturnScore` sync resource
99
- Bump Sentry Android to v6.6.0
10-
- Bump AndroidX Benchmark to v1.5.0-alpha05
11-
- Bump AndroidX Paging to v3.4.2
10+
- Bump AndroidX Benchmark to v1.5.0-alpha06
11+
- Bump AndroidX Paging to v3.5.0
1212
- Bump Play Services Auth to v21.5.1
1313
- Bump Kotlin to v2.3.21
1414
- Bump KSP to v2.3.7
15-
- Bump Sentry to v8.40.0
15+
- Bump Sentry to v8.41.0
1616
- Bump dagger to v2.59.2
1717
- Bump Jackson Core to v2.21.3
18-
- Bump Compose BOM to v2026.04.01
18+
- Bump Compose BOM to v2026.05.00
1919
- Bump AGP to v9.2.1
2020
- Bump Lint to v32.2.1
2121
- Bump Gradle to v9.5.0
22-
- Bump AndroidX Camera to v1.6.0
23-
- Bump AndroidX Camera View to v1.6.0
22+
- Bump AndroidX Camera to v1.6.1
23+
- Bump AndroidX Camera View to v1.6.1
2424
- Bump AndroidX Work to v2.11.2
2525
- Bump AndroidX Activity to v1.13.0
2626
- Bump Kotlinx-Serialization to v1.11.0

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
22
agp = "9.2.1"
33

4-
androidx-cameraView = "1.6.0"
5-
androidx-camera = "1.6.0"
6-
androidx-paging = "3.4.2"
4+
androidx-cameraView = "1.6.1"
5+
androidx-camera = "1.6.1"
6+
androidx-paging = "3.5.0"
77
androidx-room = "2.8.4"
88
androidx-work = "2.11.2"
99
androidx-security-crypto = "1.1.0"
@@ -39,7 +39,7 @@ coroutines = "1.10.2"
3939

4040
compose-compiler = "1.5.13"
4141

42-
androidx-compose-bom = "2026.04.01"
42+
androidx-compose-bom = "2026.05.00"
4343

4444
composeThemeAdapter = "0.36.0"
4545

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

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

@@ -225,7 +225,7 @@ 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.5.0-alpha05" }
228+
androidx-benchmark = { id = "androidx.benchmark", version = "1.5.0-alpha06" }
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" }

0 commit comments

Comments
 (0)