Skip to content

Commit

Permalink
1.添加Bugly校验
Browse files Browse the repository at this point in the history
2.我的-加入我们 修改了群号为作者自己的
3.删除build中的signingConfigs编译信息
  • Loading branch information
hegj committed Nov 12, 2019
1 parent a83b97c commit feee0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
}
}

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

buildTypes {
debug {
Expand Down

0 comments on commit feee0bb

Please sign in to comment.