Skip to content

Commit

Permalink
Fix issue with binaries not being extracted
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu authored Nov 29, 2019
1 parent 8e2afcf commit 1904f0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
android.useAndroidX=true
android.enableJetifier=true
android.bundle.enableUncompressedNativeLibs=false
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.configureondemand=true

0 comments on commit 1904f0e

Please sign in to comment.