Fix neko sama + FRAnime (#128)

* FrAnime Fix

* NekoSama Fix

* Update build.gradle

* Update NekoSama.kt

* Update FrAnimeDto.kt

* Update FrAnimeDto.kt
This commit is contained in:
mobby45 2024-08-09 16:03:01 +02:00 committed by GitHub
parent ae5466af0c
commit cc963b11ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 100 additions and 33 deletions

View file

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