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