Przeglądaj źródła

android: don't default to making libre builds

master
Saúl Ibarra Corretgé 6 lat temu
rodzic
commit
8b5b112c6a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle Wyświetl plik

169
     glideVersion = "4.7.1"  // keep in sync with react-native-fast-image
169
     glideVersion = "4.7.1"  // keep in sync with react-native-fast-image
170
 
170
 
171
     // Libre build
171
     // Libre build
172
-    libreBuild = (System.env.LIBRE_BUILD ?: "true").toBoolean()
172
+    libreBuild = (System.env.LIBRE_BUILD ?: "false").toBoolean()
173
 }
173
 }
174
 
174
 
175
 // If Android SDK is not installed, accept its license so that it
175
 // If Android SDK is not installed, accept its license so that it

Ładowanie…
Anuluj
Zapisz