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,7 +72,8 @@ android {
} }
packaging { packaging {
resources.excludes.addAll(listOf( resources.excludes.addAll(
listOf(
"/prebuilt/**", "/prebuilt/**",
"META-INF/DEPENDENCIES", "META-INF/DEPENDENCIES",
"META-INF/**.version", "META-INF/**.version",
@ -81,7 +81,8 @@ android {
"kotlin-tooling-metadata.json", "kotlin-tooling-metadata.json",
"org/bouncycastle/pqc/**.properties", "org/bouncycastle/pqc/**.properties",
"org/bouncycastle/x509/**.properties", "org/bouncycastle/x509/**.properties",
)) )
)
jniLibs { jniLibs {
useLegacyPackaging = true useLegacyPackaging = true
} }