Skip to content

Commit feee0bb

Browse files
author
hegj
committed
1.添加Bugly校验
2.我的-加入我们 修改了群号为作者自己的 3.删除build中的signingConfigs编译信息
1 parent a83b97c commit feee0bb

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)