update:2021.01.29
fix:锁屏界面修改为全屏,屏蔽导航栏和通知栏 add:
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user