diff --git a/app/build.gradle.kts b/app/build.gradle.kts index facb596..85aade9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -296,7 +296,7 @@ if (txPullOnBuild) { } dependencies { - implementation(platform("com.google.firebase:firebase-bom:34.10.0")) + implementation(platform("com.google.firebase:firebase-bom:34.11.0")) implementation("com.google.firebase:firebase-crashlytics") implementation("com.google.firebase:firebase-analytics") @@ -304,7 +304,7 @@ dependencies { implementation(libs.androidx.lifecycle.runtime.ktx) implementation(libs.androidx.lifecycle.viewmodel.compose) implementation(libs.androidx.activity.compose) - implementation("androidx.core:core-splashscreen:1.0.1") + implementation("androidx.core:core-splashscreen:1.2.0") implementation(platform(libs.androidx.compose.bom)) implementation(libs.androidx.compose.ui) implementation(libs.androidx.compose.ui.graphics) diff --git a/build.gradle.kts b/build.gradle.kts index 0725aeb..00f12f4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,15 +11,15 @@ subprojects { plugins.withId("com.android.application") { dependencies { constraints { - add("implementation", "com.google.protobuf:protobuf-java:4.34.0") - add("implementation", "com.google.protobuf:protobuf-javalite:4.34.0") - add("implementation", "com.google.protobuf:protobuf-kotlin:4.34.0") - add("implementation", "com.google.protobuf:protobuf-kotlin-lite:4.34.0") - add("implementation", "io.netty:netty-handler:4.2.10.Final") - add("implementation", "io.netty:netty-codec-http2:4.2.10.Final") - add("implementation", "io.netty:netty-codec-http:4.2.10.Final") - add("implementation", "io.netty:netty-codec:4.2.10.Final") - add("implementation", "io.netty:netty-common:4.2.10.Final") + add("implementation", "com.google.protobuf:protobuf-java:4.34.1") + add("implementation", "com.google.protobuf:protobuf-javalite:4.34.1") + add("implementation", "com.google.protobuf:protobuf-kotlin:4.34.1") + add("implementation", "com.google.protobuf:protobuf-kotlin-lite:4.34.1") + add("implementation", "io.netty:netty-handler:4.2.12.Final") + add("implementation", "io.netty:netty-codec-http2:4.2.12.Final") + add("implementation", "io.netty:netty-codec-http:4.2.12.Final") + add("implementation", "io.netty:netty-codec:4.2.12.Final") + add("implementation", "io.netty:netty-common:4.2.12.Final") add("implementation", "org.jdom:jdom2:2.0.6.1") add("implementation", "org.bitbucket.b_c:jose4j:0.9.6") add("implementation", "org.apache.commons:commons-lang3:3.20.0") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a1df9a9..f1fd32c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] agp = "9.1.0" -coreKtx = "1.17.0" +coreKtx = "1.18.0" junit = "4.13.2" junitVersion = "1.3.0" espressoCore = "3.7.0" @@ -8,19 +8,19 @@ mockk = "1.14.9" coroutinesTest = "1.10.2" testCore = "1.7.0" lifecycleRuntimeKtx = "2.10.0" -activityCompose = "1.12.4" -kotlin = "2.3.10" -composeBom = "2026.02.01" +activityCompose = "1.13.0" +kotlin = "2.3.20" +composeBom = "2026.03.01" room = "2.8.4" sqlite = "2.6.2" -sqlcipher = "4.13.0" +sqlcipher = "4.14.0" argon2kt = "1.6.0" -tink = "1.20.0" -work = "2.11.1" +tink = "1.21.0" +work = "2.11.2" ksp = "2.3.6" biometric = "1.4.0-alpha02" appcompat = "1.7.1" -playServicesAds = "25.0.0" +playServicesAds = "25.1.0" playServicesCodeScanner = "16.1.0" playIntegrity = "1.6.0" billing = "8.3.0" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 92ed943..8e61ef1 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=60ea723356d81263e8002fec0fcf9e2b0eee0c0850c7a3d7ab0a63f2ccc601f3 -distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip +distributionSha256Sum=2ab2958f2a1e51120c326cad6f385153bb11ee93b3c216c5fccebfdfbb7ec6cb +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index 0262dcb..739907d 100755 --- a/gradlew +++ b/gradlew @@ -57,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/b631911858264c0b6e4d6603d677ff5218766cee/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/.