update:2021.01.29

fix:锁屏界面修改为全屏,屏蔽导航栏和通知栏
add:
This commit is contained in:
2021-01-29 16:40:05 +08:00
parent 32a61c38c3
commit 299ada5a6f
9 changed files with 88 additions and 26 deletions

View File

@@ -20,6 +20,12 @@ allprojects {
jcenter()
}
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
//设置jar相对包路径或绝对路径
options.compilerArgs.add('-Xbootclasspath/p:app/src/main/libs/classes.jar')
}
}
}
task clean(type: Delete) {