FrAnime Fix

This commit is contained in:
petit 2024-08-09 11:55:40 +02:00
parent f2ab3c6ee2
commit 0e49a80eea
6 changed files with 71 additions and 17 deletions

View file

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