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
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
- Add `ReturnScore` table
- Add `ReturnScore` sync resource
- Bump Sentry Android to v6.6.0
- Bump AndroidX Benchmark to v1.5.0-alpha05
- Bump AndroidX Paging to v3.4.2
- Bump AndroidX Benchmark to v1.5.0-alpha06
- Bump AndroidX Paging to v3.5.0
- Bump Play Services Auth to v21.5.1
- Bump Kotlin to v2.3.21
- Bump KSP to v2.3.7
- Bump Sentry to v8.40.0
- Bump Sentry to v8.41.0
- Bump dagger to v2.59.2
- Bump Jackson Core to v2.21.3
- Bump Compose BOM to v2026.04.01
- Bump AGP to v9.2.0
- Bump Compose BOM to v2026.05.00
- Bump AGP to v9.2.1
- Bump Lint to v32.2.1
- Bump Gradle to v9.5.0
- Bump AndroidX Camera to v1.6.0
- Bump AndroidX Camera View to v1.6.0
- Bump AndroidX Camera to v1.6.1
- Bump AndroidX Camera View to v1.6.1
- Bump AndroidX Work to v2.11.2
- Bump AndroidX Activity to v1.13.0
- Bump Kotlinx-Serialization to v1.11.0
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
agp = "9.2.0"
agp = "9.2.1"

androidx-cameraView = "1.6.0"
androidx-camera = "1.6.0"
androidx-paging = "3.4.2"
androidx-cameraView = "1.6.1"
androidx-camera = "1.6.1"
androidx-paging = "3.5.0"
androidx-room = "2.8.4"
androidx-work = "2.11.2"
androidx-security-crypto = "1.1.0"
Expand Down Expand Up @@ -39,7 +39,7 @@ coroutines = "1.10.2"

compose-compiler = "1.5.13"

androidx-compose-bom = "2026.04.01"
androidx-compose-bom = "2026.05.00"

composeThemeAdapter = "0.36.0"

Expand Down Expand Up @@ -181,7 +181,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.40.0"
sentry-android = "io.sentry:sentry-android:8.41.0"

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

Expand Down Expand Up @@ -225,7 +225,7 @@ sqlCipher = { module = "net.zetetic:sqlcipher-android", version.ref = "sqlCipher
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
android-lint = { id = "com.android.lint", version.ref = "agp" }
androidx-benchmark = { id = "androidx.benchmark", version = "1.5.0-alpha05" }
androidx-benchmark = { id = "androidx.benchmark", version = "1.5.0-alpha06" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
Expand Down
Loading