谷歌敏感权限

This commit is contained in:
18142669586
2022-09-19 13:51:59 +08:00
parent fc0c734261
commit 8c75b80535
5 changed files with 26 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ buildscript {
}
allprojects {
repositories {
maven { url "https://maven.rongcloud.cn/repository/maven-releases/" }
@@ -42,4 +43,5 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
}