Skip to content

Commit 74d5485

Browse files
committed
dex is uncompressed by default for minSdk 28+
1 parent 12e5bf2 commit 74d5485

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ android {
8282
}
8383

8484
packaging {
85-
dex {
86-
useLegacyPackaging = false
87-
}
8885
resources.excludes.addAll(listOf(
8986
"org/bouncycastle/pqc/**.properties",
9087
"org/bouncycastle/x509/**.properties",

0 commit comments

Comments
 (0)