Pelisplushd improvements

This commit is contained in:
imper1aldev 2024-09-10 22:54:55 -06:00
parent 234ffeeca6
commit 7303068181
7 changed files with 212 additions and 163 deletions

View file

@ -0,0 +1,7 @@
plugins {
id("lib-android")
}
dependencies {
implementation(project(":lib:playlist-utils"))
}