Skip to content

Commit 1a13850

Browse files
committed
add
自动接收文件 fix 通知相关 前台服务权限
1 parent ea83e0d commit 1a13850

File tree

6 files changed

+13
-1494693
lines changed

6 files changed

+13
-1494693
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
versionName appVersion.name
1717
}
1818

19-
/*signingConfigs{
19+
signingConfigs{
2020
release{
2121
Properties properties = new Properties()
2222
InputStream stream = project.rootProject.file('local.properties').newDataInputStream()
@@ -27,7 +27,7 @@ android {
2727
keyAlias properties.getProperty('alias.name')
2828
keyPassword properties.getProperty('alias.password')
2929
}
30-
}*/
30+
}
3131
buildTypes {
3232
debug {
3333
buildConfigField "boolean", "LOG_DEBUG", "true"

0 commit comments

Comments
 (0)