Browse Source

添加kotlin拓展函数,优化了一点点代码
请求网络写法纠正,具体看issue #11

hegj 5 years ago
parent
commit
536f3157a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -27,7 +27,7 @@ android {
         }
     }
 
-    signingConfigs {
+   /* signingConfigs {
         def alias = "wandroid"
         def password = "password"
         def filePath = "wandroid.jks"
@@ -44,7 +44,7 @@ android {
             storeFile file(filePath)
             storePassword(password)
         }
-    }
+    }*/
 
     buildTypes {
         debug {