8 lines
97 B
Plaintext
8 lines
97 B
Plaintext
plugins {
|
|
id("lib-android")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":lib:unpacker"))
|
|
}
|