style: Apply formatting

This commit is contained in:
oSumAtrIX 2025-04-30 13:48:18 +02:00
parent d4e60acbaa
commit eff5c4860b
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -58,7 +58,6 @@ android {
} }
buildConfigField("long", "BUILD_ID", "0L") buildConfigField("long", "BUILD_ID", "0L")
signingConfig = signingConfigs.getByName("debug")
} }
} }
@ -73,15 +72,17 @@ android {
} }
packaging { packaging {
resources.excludes.addAll(listOf( resources.excludes.addAll(
"/prebuilt/**", listOf(
"META-INF/DEPENDENCIES", "/prebuilt/**",
"META-INF/**.version", "META-INF/DEPENDENCIES",
"DebugProbesKt.bin", "META-INF/**.version",
"kotlin-tooling-metadata.json", "DebugProbesKt.bin",
"org/bouncycastle/pqc/**.properties", "kotlin-tooling-metadata.json",
"org/bouncycastle/x509/**.properties", "org/bouncycastle/pqc/**.properties",
)) "org/bouncycastle/x509/**.properties",
)
)
jniLibs { jniLibs {
useLegacyPackaging = true useLegacyPackaging = true
} }