mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-11 18:02:03 +00:00
upgrade dependencies
This commit is contained in:
parent
4310025b2d
commit
f60406d6ac
3 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
package helium314.keyboard.settings
|
||||
|
||||
import androidx.compose.foundation.clickable
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue