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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

- Add `ReturnScore` table
- Add `ReturnScore` sync resource
- Bump Sentry Android to v6.2.0
- Bump AndroidX Benchmark to v1.5.0-alpha04
- Bump AndroidX Paging to v3.4.2
- Bump Play Services Auth to v21.5.1
- Bump Kotlin to v2.3.20
- Bump KSP to v2.3.6
- Bump Sentry to v8.36.0
- Bump dagger to v2.59.2
- Bump Jackson Core to v2.21.1
- Bump Compose BOM to v2026.03.00

## 2026.03.02

Expand Down
4 changes: 0 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,9 @@ disableScreenshot=false
allowRootedDevice=true
maestroTests=false
org.gradle.unsafe.configuration-cache=true

# AGP 9 compatibility flags (temporary)
# Remove gradually before AGP 10
android.uniquePackageNames=false
android.enableAppCompileTimeRClass=false
android.r8.optimizedResourceShrinking=false
# remove this when sentry-android-gradle-plugin releases version 6.x.x
# https://github.com/getsentry/sentry-android-gradle-plugin/issues/1004
android.newDsl=false

20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ agp = "9.0.1"

androidx-cameraView = "1.5.3"
androidx-camera = "1.5.3"
androidx-paging = "3.3.6"
androidx-paging = "3.4.2"
androidx-room = "2.8.4"
androidx-work = "2.11.1"
androidx-security-crypto = "1.1.0"
Expand All @@ -12,12 +12,12 @@ androidx-lifecycle = "2.10.0"
androidx-activity = "1.12.4"

chucker = "4.3.0"
dagger = "2.59.1"
dagger = "2.59.2"

kotlin = "2.3.10"
kotlin = "2.3.20"
kotlinx-serialization = "1.10.0"

ksp = "2.3.5"
ksp = "2.3.6"

ktlint = "0.36.0"

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

compose-compiler = "1.5.13"

androidx-compose-bom = "2026.02.00"
androidx-compose-bom = "2026.03.00"

composeThemeAdapter = "0.36.0"

Expand Down Expand Up @@ -117,7 +117,7 @@ itemanimators = "com.mikepenz:itemanimators:1.1.0"

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

jackson-core = "com.fasterxml.jackson.core:jackson-core:2.21.0"
jackson-core = "com.fasterxml.jackson.core:jackson-core:2.21.1"

jbcrypt = "org.mindrot:jbcrypt:0.4"

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

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

Expand All @@ -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.32.0"
sentry-android = "io.sentry:sentry-android:8.36.0"

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

Expand Down Expand Up @@ -225,13 +225,13 @@ 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.4.1" }
androidx-benchmark = { id = "androidx.benchmark", version = "1.5.0-alpha04" }
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" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
google-services = { id = "com.google.gms.google-services", version = "4.4.4" }
sentry = { id = "io.sentry.android.gradle", version = "6.0.0" }
sentry = { id = "io.sentry.android.gradle", version = "6.2.0" }

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