forked from AlmightyHak/extensions-source
9 lines
143 B
Text
9 lines
143 B
Text
|
plugins {
|
||
|
id("lib-android")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(":lib:cryptoaes"))
|
||
|
implementation(project(":lib:unpacker"))
|
||
|
}
|