7 lines
96 B
Text
7 lines
96 B
Text
![]() |
plugins {
|
||
|
id("lib-android")
|
||
|
}
|
||
|
dependencies {
|
||
|
implementation(project(":lib:unpacker"))
|
||
|
}
|