Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 3a1f43f

Browse files
authored
Prevent omni.ja compression in APK (#3045)
1 parent 5497036 commit 3a1f43f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,10 @@ android {
347347
testOptions {
348348
unitTests.includeAndroidResources = true
349349
}
350+
351+
aaptOptions {
352+
noCompress 'ja'
353+
}
350354
}
351355

352356
configurations {

0 commit comments

Comments
 (0)