Skip to content

Commit

Permalink
Workaround to compile with Gradle 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Feb 20, 2018
1 parent 8b682ad commit c9a8db5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
# org.gradle.parallel=true

android.useDeprecatedNdk=true

# Workaround to compile using Gradle 3
# Waiting for React Native 0.54
# https://github.com/facebook/react-native/issues/16906
# https://github.com/facebook/react-native/pull/17967
android.enableAapt2=false

0 comments on commit c9a8db5

Please sign in to comment.