编译环境参数调整

This commit is contained in:
2026-01-06 14:08:30 +08:00
parent 61cfa7f3ff
commit cce4a643e7
4 changed files with 17 additions and 9 deletions

View File

@@ -64,6 +64,11 @@ android {
dimension "WinBoLLApp"
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
// 应用包输出配置
//