diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a5c448806..9e845bb32e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,29 @@ - Add `ReturnScore` table - Add `ReturnScore` sync resource -- Bump Sentry Android to v6.2.0 -- Bump AndroidX Benchmark to v1.5.0-alpha04 +- Bump Sentry Android to v6.4.0 +- Bump AndroidX Benchmark to v1.5.0-alpha05 - 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 Sentry to v8.39.1 - Bump dagger to v2.59.2 -- Bump Jackson Core to v2.21.1 -- Bump Compose BOM to v2026.03.00 +- Bump Jackson Core to v2.21.2 +- Bump Compose BOM to v2026.03.01 +- Bump AGP to v9.1.1 +- Bump Lint to v32.1.1 +- Bump Gradle to v9.4.1 +- Bump AndroidX Camera to v1.6.0 +- Bump AndroidX Camera View to v1.6.0 +- Bump AndroidX Work to v2.11.2 +- Bump AndroidX Activity to v1.13.0 +- Bump Kotlinx-Serialization to v1.11.0 +- Bump sqlCipher to v4.14.1 +- Bump AndroidX Annotation to v1.10.0 +- Bump AndroidX Core KTX to v1.18.0 +- Bump Mockito Kotlin to v6.3.0 +- Bump RootBeer to 0.1.2 ### Changes diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4a7b4198074..f0eda65466b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,27 +1,27 @@ [versions] -agp = "9.0.1" +agp = "9.1.1" -androidx-cameraView = "1.5.3" -androidx-camera = "1.5.3" +androidx-cameraView = "1.6.0" +androidx-camera = "1.6.0" androidx-paging = "3.4.2" androidx-room = "2.8.4" -androidx-work = "2.11.1" +androidx-work = "2.11.2" androidx-security-crypto = "1.1.0" androidx-viewmodel = "2.10.0" androidx-lifecycle = "2.10.0" -androidx-activity = "1.12.4" +androidx-activity = "1.13.0" chucker = "4.3.0" dagger = "2.59.2" kotlin = "2.3.20" -kotlinx-serialization = "1.10.0" +kotlinx-serialization = "1.11.0" ksp = "2.3.6" ktlint = "0.36.0" -lint = "32.0.1" +lint = "32.1.1" mobius = "2.1.1" @@ -39,16 +39,16 @@ coroutines = "1.10.2" compose-compiler = "1.5.13" -androidx-compose-bom = "2026.03.00" +androidx-compose-bom = "2026.03.01" composeThemeAdapter = "0.36.0" -sqlCipher = "4.13.0" +sqlCipher = "4.14.1" [libraries] android-desugaring = "com.android.tools:desugar_jdk_libs:2.1.5" -androidx-annotation-annotation = "androidx.annotation:annotation:1.9.1" +androidx-annotation-annotation = "androidx.annotation:annotation:1.10.0" # When bumping this dependency verify whether `org.simple.clinic.feature.Feature.ChangeLanguage` # can be enabled again. @@ -57,7 +57,7 @@ androidx-appcompat = "androidx.appcompat:appcompat:1.7.1" androidx-archCoreTesting = "androidx.arch.core:core-testing:2.2.0" androidx-cardview = "androidx.cardview:cardview:1.0.0" androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.1" -androidx-core-ktx = "androidx.core:core-ktx:1.17.0" +androidx-core-ktx = "androidx.core:core-ktx:1.18.0" androidx-fragment = "androidx.fragment:fragment-ktx:1.8.9" androidx-preference = "androidx.preference:preference:1.2.1" androidx-recyclerview = "androidx.recyclerview:recyclerview:1.4.0" @@ -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.1" +jackson-core = "com.fasterxml.jackson.core:jackson-core:2.21.2" jbcrypt = "org.mindrot:jbcrypt:0.4" @@ -144,7 +144,7 @@ lottie = "com.airbnb.android:lottie-compose:6.7.1" material = "com.google.android.material:material:1.13.0" -mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:6.2.3" +mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:6.3.0" mobius-android = { module = "com.spotify.mobius:mobius-android", version.ref = "mobius" } mobius-core = { module = "com.spotify.mobius:mobius-core", version.ref = "mobius" } @@ -166,7 +166,7 @@ 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" -rootbeer = "com.scottyab:rootbeer-lib:0.1.1" +rootbeer = "com.scottyab:rootbeer-lib:0.1.2" retrofit-retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" } retrofit-rx = { module = "com.squareup.retrofit2:adapter-rxjava2", version.ref = "retrofit" } @@ -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.36.0" +sentry-android = "io.sentry:sentry-android:8.39.1" signaturepad = "com.github.gcacace:signature-pad:1.3.1" @@ -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.5.0-alpha04" } +androidx-benchmark = { id = "androidx.benchmark", version = "1.5.0-alpha05" } 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.2.0" } +sentry = { id = "io.sentry.android.gradle", version = "6.4.0" } [bundles] androidx-camera = ["androidx-camera-core", "androidx-camera-camera2", "androidx-camera-view", "androidx-camera-lifecycle"] diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 23449a2b543..c61a118f7dd 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME