Explorar o código

v1.0.1开发:调整gradle配置文件

#Suyghur %!s(int64=3) %!d(string=hai) anos
pai
achega
de63205b0d
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      config.gradle

+ 15 - 0
config.gradle

@@ -0,0 +1,15 @@
+ext {
+
+    module = [
+            remoteLib    : false,
+            minifyEnabled: true,
+            publish      : false,
+    ]
+
+    android = [
+            compileSdkVersion: 31,
+            buildToolsVersion: '30.0.3',
+            minSdkVersion    : 21,
+            targetSdkVersion : 31,
+    ]
+}