Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Next Release

### Internal
- Bump Sentry to v8.21.1
- Bump Sentry to v8.22.0
- Bump AndroidX Lifecycle to v2.9.4
- Bump AndroidX Test Runner to v1.7.0
- Bump AndroidX Test Rules to v1.7.0
Expand All @@ -12,7 +12,7 @@
- Bump Play Services Auth to v21.4.0
- Bump Material Components to v1.12.0
- Bump Kotlin to v2.2.20
- Bump AndroidX Work to v2.10.4
- Bump AndroidX Work to v2.10.5
- Bump AndroidX ViewModel to v2.9.4
- Bump Lottie Compose to v6.6.9
- Bump Gson to v2.13.2
Expand All @@ -21,6 +21,11 @@
- Bump Google Truth to v1.4.5
- Bump AndroidX Benchmark to v1.4.1
- Bump AndroidX Camera to v1.5.0
- Bump AndroidX Camera View to v1.5.0
- Bump dagger to v2.57.2
- Bump UUID generator to v5.1.1
- Bump Compose BOM to v2025.09.01
- Bump Sentry Android to v5.12.0

### Changes

Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
agp = "8.13.0"

androidx-cameraView = "1.4.2"
androidx-cameraView = "1.5.0"
androidx-camera = "1.5.0"
androidx-paging = "3.3.6"
androidx-room = "2.7.2"
androidx-work = "2.10.4"
androidx-work = "2.10.5"
androidx-security-crypto = "1.1.0-alpha07"
androidx-viewmodel = "2.9.4"
androidx-lifecycle = "2.9.4"
androidx-activity = "1.10.1"

chucker = "4.2.0"
dagger = "2.57.1"
dagger = "2.57.2"

kotlin = "2.2.20"

Expand All @@ -38,7 +38,7 @@ coroutines = "1.10.2"

compose-compiler = "1.5.13"

androidx-compose-bom = "2025.08.01"
androidx-compose-bom = "2025.09.01"

composeThemeAdapter = "0.36.0"

Expand Down Expand Up @@ -179,7 +179,7 @@ rx-java = "io.reactivex.rxjava2:rxjava:2.2.21"
rx-kotlin = "io.reactivex.rxjava2:rxkotlin:2.4.0"
rx-preferences = "com.f2prateek.rx.preferences2:rx-preferences:2.0.1"

sentry-android = "io.sentry:sentry-android:8.21.1"
sentry-android = "io.sentry:sentry-android:8.22.0"

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

Expand All @@ -193,7 +193,7 @@ rx-java-extensions = "com.github.akarnokd:rxjava3-extensions:3.1.1"

truth = "com.google.truth:truth:1.4.5"

uuid-generator = "com.fasterxml.uuid:java-uuid-generator:5.1.0"
uuid-generator = "com.fasterxml.uuid:java-uuid-generator:5.1.1"

#noinspection GradleDependency
viewpump = "io.github.inflationx:viewpump:2.0.3"
Expand Down Expand Up @@ -230,7 +230,7 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
google-services = { id = "com.google.gms.google-services", version = "4.4.3" }
sentry = { id = "io.sentry.android.gradle", version = "5.9.0" }
sentry = { id = "io.sentry.android.gradle", version = "5.12.0" }

[bundles]
androidx-camera = ["androidx-camera-core", "androidx-camera-camera2", "androidx-camera-view", "androidx-camera-lifecycle"]
Expand Down
Loading