Skip to content

Commit cfc93f6

Browse files
Do not compress 7z files in APK (#559)
The deflated version of `koreader.7z` is 5920 bytes bigger!
1 parent 6659ae9 commit cfc93f6

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
@@ -7,6 +7,10 @@ android {
77
compileSdk rootProject.ext.compileSdk
88
def baseVersionCode = versCode as Integer
99

10+
aaptOptions {
11+
noCompress '7z'
12+
}
13+
1014
defaultConfig {
1115
applicationId "org.koreader.launcher"
1216
versionName versName

0 commit comments

Comments
 (0)