Explorar el Código

修改release环境

zk hace 1 año
padre
commit
1f34fbcf44
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -54,8 +54,8 @@ android {
     }
 
 
-    def env_release = LOCAL
-    def env_debug = PROD
+    def env_release = PROD
+    def env_debug = LOCAL
 
     buildTypes {
         release {