Browse Source

Fix release build on Android

Guy Carmeli 6 years ago
parent
commit
179cf3c3fd
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      playground/android/gradle.properties

+ 1
- 0
playground/android/gradle.properties View File

21
 # Disable incremental resource processing as it broke relase build
21
 # Disable incremental resource processing as it broke relase build
22
 # https://github.com/react-community/react-navigation/issues/1976
22
 # https://github.com/react-community/react-navigation/issues/1976
23
 # https://developer.android.com/studio/build/gradle-plugin-3-0-0.html
23
 # https://developer.android.com/studio/build/gradle-plugin-3-0-0.html
24
+android.enableAapt2=false