Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
自动接收文件

fix
通知相关
前台服务权限
  • Loading branch information
hongui committed Mar 3, 2019
1 parent ea83e0d commit 1a13850
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1,494,693 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
versionName appVersion.name
}

/*signingConfigs{
signingConfigs{
release{
Properties properties = new Properties()
InputStream stream = project.rootProject.file('local.properties').newDataInputStream()
Expand All @@ -27,7 +27,7 @@ android {
keyAlias properties.getProperty('alias.name')
keyPassword properties.getProperty('alias.password')
}
}*/
}
buildTypes {
debug {
buildConfigField "boolean", "LOG_DEBUG", "true"
Expand Down
Loading

0 comments on commit 1a13850

Please sign in to comment.