浏览代码

android: don't default to making libre builds

master
Saúl Ibarra Corretgé 6 年前
父节点
当前提交
8b5b112c6a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle 查看文件

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

正在加载...
取消
保存