合并 AES 项目

This commit is contained in:
qinglong
2026-07-27 22:00:11 +08:00
parent 9b12f95b8b
commit a98a224d26
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -47,6 +47,6 @@ android {
}
dependencies {
api project(':libaes')
api project(':libaes')
api fileTree(dir: 'libs', include: ['*.jar'])
}