mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-29 12:09:49 +08:00
6 lines
85 B
Groovy
6 lines
85 B
Groovy
// AES 项目编译设置
|
|
include ':aes'
|
|
include ':libaes'
|
|
rootProject.name = "aes"
|
|
|