diff --git a/app/build.gradle b/app/build.gradle index 461b4d7d..66002b45 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -128,7 +128,7 @@ dependencies { androidTestImplementation platform('androidx.compose:compose-bom:2024.11.00') androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.7.5' - implementation 'com.jakewharton.threetenabp:threetenabp:1.4.7' + implementation 'com.jakewharton.threetenabp:threetenabp:1.4.8' debugImplementation 'androidx.compose.ui:ui-tooling:1.7.5' debugImplementation 'androidx.compose.ui:ui-test-manifest:1.7.5' @@ -180,7 +180,7 @@ dependencies { implementation 'com.google.firebase:firebase-crashlytics:19.2.1' } //Protobuf - implementation 'com.google.protobuf:protobuf-java:4.28.3' + implementation 'com.google.protobuf:protobuf-java:4.29.1' } // fix different protobuf versions of gplayapi and firebase configurations { diff --git a/build.gradle b/build.gradle index 41271b20..47e1610e 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ buildscript { plugins { id 'org.jetbrains.kotlin.jvm' version "$kotlin_version" id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false - id 'com.google.devtools.ksp' version '2.0.21-1.0.28' apply false + id 'com.google.devtools.ksp' version '2.1.0-1.0.29' apply false } import groovy.json.JsonSlurper diff --git a/core-getter/build.gradle b/core-getter/build.gradle index 527f06bb..39a7e78f 100644 --- a/core-getter/build.gradle +++ b/core-getter/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.android.library' id 'org.jetbrains.kotlin.android' - id 'org.mozilla.rust-android-gradle.rust-android' version "0.9.4" + id 'org.mozilla.rust-android-gradle.rust-android' version "0.9.5" } android {