Merge pull request #184 from brarcher/install-crash-workaround

Workaround install crash on Android 5 and below
This commit is contained in:
Branden Archer authored and GitHub committed 2018-01-24 13:22:08 -05:00
commit 74dd292f5a
1 file changed
+6 -1
+6 -1
View File
@@ -15,4 +15,9 @@
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# org.gradle.parallel=true
# The aapt2 tool creates an APK which fails to install on Android 5 and below if it contains
# a bug. Build tools 27.0.1 has a mitigation. Avoiding aapt2 also avoids hitting the bug.
# See: https://issuetracker.google.com/issues/64434571
android.enableAapt2=false