合并 AES 项目

This commit is contained in:
qinglong
2026-07-17 13:54:23 +08:00
parent 5ea71eebea
commit 582726aa37
13 changed files with 461 additions and 4 deletions
+5
View File
@@ -38,6 +38,11 @@ android {
versionName = genVersionName("${versionName}")
}
}
packagingOptions {
exclude 'META-INF/NOTICE.md'
exclude 'META-INF/LICENSE.md'
}
}