Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent a085a87 commit 7160229
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion core-getter/build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 7160229

Please sign in to comment.