9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
plugins {
|
|
id("lib-android")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":lib:cryptoaes"))
|
|
implementation(project(":lib:unpacker"))
|
|
}
|