add hikari

This commit is contained in:
V3u47ZoN 2025-04-30 15:15:30 +00:00 committed by GitHub
parent 45cff438ce
commit 335d89e5ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 591 additions and 480 deletions

View file

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