2024-02-05 23:48:53 +01:00

7 lines
102 B
Plaintext

plugins {
id("lib-android")
}
dependencies {
implementation(project(":lib:playlist-utils"))
}