Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Attempt to fix crash with CyanogenMod (AAPT2) - May resolve #2555
Browse files Browse the repository at this point in the history
  • Loading branch information
pihug12 committed Oct 15, 2017
1 parent a218426 commit 39a7ac8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
# 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

# Fix for CyanogenMod 12/13 -- LineageOS 13 -- Replicant 6
# https://issuetracker.google.com/issues/64434571
# https://developer.android.com/studio/build/gradle-plugin-3-0-0.html
android.enableAapt2=false

0 comments on commit 39a7ac8

Please sign in to comment.