6.6.3 - Alpha - 修复 APK 文件类型信息对话框可能无法获取应用名称及 SDK 信息的问题

This commit is contained in:
SuperMonster003
2025-04-19 01:51:12 +08:00
parent b5b8221384
commit 9bbf4bb32b
145 changed files with 12589 additions and 27 deletions

View File

@@ -163,8 +163,10 @@ dependencies /* Unclassified */ {
// Android Job
implementation(project(":libs:android-job-simplified-1.4.3"))
// APK Parser (https://github.com/jaredrummler/APKParser)
implementation(project(":libs:apk-parser-1.0.2"))
// APK Parser
// implementation("com.jaredrummler:apk-parser:1.0.2")
// implementation("com.github.AndroidDeveloperLB:apk-parser:6")
implementation(project(":modules:apk-parser"))
// Prism4j
implementation(files("$rootDir/libs/prism4j-2.0.0.jar"))