From 8b5b112c6aef91a169d83198aa5c2e7fe00fa96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 18 Jun 2019 12:20:10 +0200 Subject: [PATCH] android: don't default to making libre builds --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 7320a1fff..2f0483641 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -169,7 +169,7 @@ ext { glideVersion = "4.7.1" // keep in sync with react-native-fast-image // Libre build - libreBuild = (System.env.LIBRE_BUILD ?: "true").toBoolean() + libreBuild = (System.env.LIBRE_BUILD ?: "false").toBoolean() } // If Android SDK is not installed, accept its license so that it