mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-25 02:52:11 +02:00
style: Apply formatting
This commit is contained in:
parent
d4e60acbaa
commit
eff5c4860b
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user