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