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

Commit

Permalink
Merge pull request #2563 from pihug12/master
Browse files Browse the repository at this point in the history
Attempt to fix crash with CyanogenMod (disable AAPT2)
  • Loading branch information
ccrama authored Oct 15, 2017
2 parents a218426 + 39a7ac8 commit 4dbcb76
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 4dbcb76

Please sign in to comment.