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