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 18, 2024
1 parent a085a87 commit a53de3c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ dependencies {

implementation 'androidx.activity:activity-ktx:1.9.3'
implementation 'androidx.fragment:fragment-ktx:1.8.5'
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.4'
implementation 'androidx.navigation:navigation-ui-ktx:2.8.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.5'
implementation 'androidx.navigation:navigation-ui-ktx:2.8.5'

// Kotlin
implementation "androidx.core:core-ktx:$android_ktx_version"
Expand All @@ -119,18 +119,18 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
implementation 'androidx.activity:activity-compose:1.9.3'
implementation 'androidx.compose.ui:ui-viewbinding:1.7.5'
implementation platform('androidx.compose:compose-bom:2024.11.00')
implementation 'androidx.compose.ui:ui:1.7.5'
implementation 'androidx.compose.ui:ui-graphics:1.7.5'
implementation 'androidx.compose.ui:ui-tooling-preview:1.7.5'
implementation 'androidx.compose.ui:ui-viewbinding:1.7.6'
implementation platform('androidx.compose:compose-bom:2024.12.01')
implementation 'androidx.compose.ui:ui:1.7.6'
implementation 'androidx.compose.ui:ui-graphics:1.7.6'
implementation 'androidx.compose.ui:ui-tooling-preview:1.7.6'
implementation 'androidx.compose.material3:material3:1.3.1'
androidTestImplementation platform('androidx.compose:compose-bom:2024.11.00')
androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.7.5'
androidTestImplementation platform('androidx.compose:compose-bom:2024.12.01')
androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.7.6'

implementation 'com.jakewharton.threetenabp:threetenabp:1.4.7'
debugImplementation 'androidx.compose.ui:ui-tooling:1.7.5'
debugImplementation 'androidx.compose.ui:ui-test-manifest:1.7.5'
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.8'
debugImplementation 'androidx.compose.ui:ui-tooling:1.7.6'
debugImplementation 'androidx.compose.ui:ui-test-manifest:1.7.6'

// WorkManager
implementation "androidx.work:work-runtime-ktx:$work_version"
Expand Down Expand Up @@ -175,12 +175,12 @@ dependencies {
// NO FREE
if (!project.hasProperty('free')) {
// Firebase
implementation 'com.google.firebase:firebase-perf:21.0.2'
implementation 'com.google.firebase:firebase-perf:21.0.3'
implementation 'com.google.firebase:firebase-analytics:22.1.2'
implementation 'com.google.firebase:firebase-crashlytics:19.2.1'
implementation 'com.google.firebase:firebase-crashlytics:19.3.0'
}
//Protobuf
implementation 'com.google.protobuf:protobuf-java:4.28.3'
implementation 'com.google.protobuf:protobuf-java:4.29.2'
}
// 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
2 changes: 1 addition & 1 deletion core-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ dependencies {
implementation 'org.apache.maven:maven-artifact:3.9.9'

// 字符串匹配;日志打印去除转义字符
implementation 'org.apache.commons:commons-text:1.12.0'
implementation 'org.apache.commons:commons-text:1.13.0'
}

0 comments on commit a53de3c

Please sign in to comment.