build: changes in libs.versions.toml
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user