8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
plugins {
|
|
id("lib-android")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":lib:playlist-utils"))
|
|
}
|