Skip to content

Commit 536f315

Browse files
author
hegj
committed
添加kotlin拓展函数,优化了一点点代码
请求网络写法纠正,具体看issue #11
1 parent 3ad8b9b commit 536f315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
}
2828
}
2929

30-
signingConfigs {
30+
/* signingConfigs {
3131
def alias = "wandroid"
3232
def password = "password"
3333
def filePath = "wandroid.jks"
@@ -44,7 +44,7 @@ android {
4444
storeFile file(filePath)
4545
storePassword(password)
4646
}
47-
}
47+
}*/
4848

4949
buildTypes {
5050
debug {

0 commit comments

Comments
 (0)