From 2fc0dc2bcaeeac8335eb97abebd62ca2624e4cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Mon, 10 Feb 2025 15:42:44 +0800 Subject: [PATCH] Update dependencies --- app/build.gradle | 8 ++++---- build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 837c13a..e6c3e2a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { namespace "io.nekohasekai.sfa" compileSdk 35 - ndkVersion "28.0.12916984" + ndkVersion "28.0.13004108" def ndkPathFromEnv = System.getenv("ANDROID_NDK_HOME") if (ndkPathFromEnv != null) { @@ -105,8 +105,8 @@ dependencies { implementation "androidx.constraintlayout:constraintlayout:2.2.0" implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7" - implementation "androidx.navigation:navigation-fragment-ktx:2.8.5" - implementation "androidx.navigation:navigation-ui-ktx:2.8.5" + implementation "androidx.navigation:navigation-fragment-ktx:2.8.6" + implementation "androidx.navigation:navigation-ui-ktx:2.8.6" implementation "com.google.zxing:core:3.5.3" implementation "androidx.room:room-runtime:2.6.1" implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" @@ -123,7 +123,7 @@ dependencies { implementation "com.blacksquircle.ui:editorkit:2.2.0" implementation "com.blacksquircle.ui:language-json:2.2.0" - implementation("com.android.tools.smali:smali-dexlib2:3.0.8") { + implementation("com.android.tools.smali:smali-dexlib2:3.0.9") { exclude group: "com.google.guava", module: "guava" } implementation "com.google.guava:guava:33.0.0-android" diff --git a/build.gradle b/build.gradle index 644045e..31a3fb6 100644 --- a/build.gradle +++ b/build.gradle @@ -5,8 +5,8 @@ buildscript { } plugins { - id 'com.android.application' version '8.7.3' apply false - id 'com.android.library' version '8.7.3' apply false + id 'com.android.application' version '8.8.0' apply false + id 'com.android.library' version '8.8.0' apply false id 'org.jetbrains.kotlin.android' version '2.1.0' apply false id 'com.google.devtools.ksp' version '2.1.0-1.0.29' apply false id 'com.github.triplet.play' version '3.8.4' apply false