6.4.0 Pre - 新增 barcode/qrcode/shizuku 等模块; 适配高版本系统语言设置; 优化打包功能; 支持应用快捷方式; 修复屏幕旋转相关问题

This commit is contained in:
SuperMonster003
2023-10-25 14:15:44 +08:00
parent 5ee2f62d89
commit 4b64922a0b
194 changed files with 2723 additions and 1497 deletions

View File

@@ -23,7 +23,7 @@ allprojects {
tasks {
register<Delete>("clean").configure {
// delete(rootProject.buildDir)
// @Legacy delete(rootProject.buildDir)
delete(rootProject.layout.buildDirectory)
}
}