From f60406d6acd010b5137c9262c358bfec751f5487 Mon Sep 17 00:00:00 2001 From: Helium314 Date: Tue, 4 Mar 2025 22:19:17 +0100 Subject: [PATCH] upgrade dependencies --- app/build.gradle.kts | 8 +++----- app/src/main/java/helium314/keyboard/settings/Misc.kt | 1 + build.gradle.kts | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 445f17ff..8e021594 100755 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -58,8 +58,6 @@ android { path = File("src/main/jni/Android.mk") } } - - ndkVersion = "26.2.11394342" packagingOptions { @@ -107,13 +105,13 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0") // compose - coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4") + coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.5") implementation(platform("androidx.compose:compose-bom:2025.02.00")) implementation("androidx.compose.material3:material3") implementation("androidx.compose.ui:ui-tooling-preview") debugImplementation("androidx.compose.ui:ui-tooling") - implementation("androidx.navigation:navigation-compose:2.8.7") - implementation("sh.calvin.reorderable:reorderable:2.4.2") // for easier re-ordering + implementation("androidx.navigation:navigation-compose:2.8.8") + implementation("sh.calvin.reorderable:reorderable:2.4.3") // for easier re-ordering implementation("com.github.skydoves:colorpicker-compose:1.1.2") // for user-defined colors // test diff --git a/app/src/main/java/helium314/keyboard/settings/Misc.kt b/app/src/main/java/helium314/keyboard/settings/Misc.kt index bc1ccd2b..05925afb 100644 --- a/app/src/main/java/helium314/keyboard/settings/Misc.kt +++ b/app/src/main/java/helium314/keyboard/settings/Misc.kt @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-3.0-only package helium314.keyboard.settings import androidx.compose.foundation.clickable diff --git a/build.gradle.kts b/build.gradle.kts index 63075526..b4ff5ee4 100755 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,13 +1,13 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - val kotlinVersion = "2.0.21" + val kotlinVersion = "2.1.10" repositories { mavenCentral() google() } dependencies { - classpath("com.android.tools.build:gradle:8.7.2") + classpath("com.android.tools.build:gradle:8.7.3") classpath(kotlin("gradle-plugin", version = kotlinVersion)) // NOTE: Do not place your application dependencies here; they belong