build: changes in libs.versions.toml

This commit is contained in:
chindaronit
2026-03-17 21:42:24 +05:30
parent 32740d97f8
commit f58ce45d73
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -65,6 +65,7 @@ android {
resources {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
excludes += "assets/dexopt/baseline.prof"
merges += "META-INF/services/*"
}
jniLibs {
useLegacyPackaging = false
@@ -72,6 +73,12 @@ android {
}
}
tasks.withType<ProcessResources>().configureEach {
filesMatching("META-INF/services/*") {
filter { it.replace("\r\n", "\n") }
}
}
kotlin {
compilerOptions {
jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_11)
+2 -2
View File
@@ -1,8 +1,8 @@
[versions]
agp = "9.0.1"
flexmarkHtml2mdConverter = "0.64.8"
kotlin = "2.3.10"
ksp = "2.3.2"
kotlin = "2.3.20"
ksp = "2.3.6"
kotlinxSerializationJson = "1.10.0"
biometric = "1.4.0-alpha05"
gson = "2.13.2"