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 Jan 29, 2025
1 parent a085a87 commit f2b6e37
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion app-backup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

// Gson
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.google.code.gson:gson:2.12.0'

// WebDav
implementation ('com.github.thegrizzlylabs:sardine-android:0.9') {
Expand Down
36 changes: 18 additions & 18 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.recyclerview:recyclerview:1.4.0'
implementation "androidx.drawerlayout:drawerlayout:1.2.0"
implementation 'androidx.viewpager2:viewpager2:1.1.0'

implementation 'androidx.activity:activity-ktx:1.9.3'
implementation 'androidx.activity:activity-ktx:1.10.0'
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 @@ -118,19 +118,19 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
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.activity:activity-compose:1.10.0'
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,9 +175,9 @@ dependencies {
// NO FREE
if (!project.hasProperty('free')) {
// Firebase
implementation 'com.google.firebase:firebase-perf:21.0.2'
implementation 'com.google.firebase:firebase-analytics:22.1.2'
implementation 'com.google.firebase:firebase-crashlytics:19.2.1'
implementation 'com.google.firebase:firebase-perf:21.0.4'
implementation 'com.google.firebase:firebase-analytics:22.2.0'
implementation 'com.google.firebase:firebase-crashlytics:19.4.0'
}
//Protobuf
implementation 'com.google.protobuf:protobuf-java:4.28.3'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
kotlin_stdlib_version = '1.5.0'
android_ktx_version = "1.15.0"
work_version = '2.10.0'
agp_version = '8.7.2'
agp_version = '8.8.0'
}
repositories {
google()
Expand All @@ -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.10-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.6"
}

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'
}
2 changes: 1 addition & 1 deletion core-websdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

// gson
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.google.code.gson:gson:2.12.0'

// OkHttp
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.14'
Expand Down
2 changes: 1 addition & 1 deletion core-websdk/data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ java {
}

dependencies {
implementation("com.google.code.gson:gson:2.11.0")
implementation("com.google.code.gson:gson:2.12.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.1")
}
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ dependencies {
// database
def room_version = '2.6.1'
api "androidx.room:room-runtime:$room_version"
ksp 'org.xerial:sqlite-jdbc:3.47.1.0' //Work around on Apple Silicon
ksp 'org.xerial:sqlite-jdbc:3.48.0.0' //Work around on Apple Silicon
ksp "androidx.room:room-compiler:$room_version"
implementation "androidx.room:room-ktx:$room_version"
// Test helpers
testImplementation "androidx.room:room-testing:$room_version"

// Gson
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.google.code.gson:gson:2.12.0'

// OkHttp
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.14'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit f2b6e37

Please sign in to comment.