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