Skip to content

Commit

Permalink
build: Disable uncompressed native libraries
Browse files Browse the repository at this point in the history
ui-console can't load libraries directly from apk
  • Loading branch information
fzurita committed Jan 23, 2019
1 parent c0896b0 commit a6e1c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Expand Up @@ -3,3 +3,4 @@ org.gradle.parallel=true
android.useAndroidX=true
android.enableJetifier=true
android.enableR8=true
android.bundle.enableUncompressedNativeLibs=false

0 comments on commit a6e1c14

Please sign in to comment.