Skip to content

Commit

Permalink
Prevent omni.ja compression in APK (#3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin committed Apr 10, 2020
1 parent 5497036 commit 3a1f43f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,10 @@ android {
testOptions {
unitTests.includeAndroidResources = true
}

aaptOptions {
noCompress 'ja'
}
}

configurations {
Expand Down

0 comments on commit 3a1f43f

Please sign in to comment.