Add module for seerr api

This commit is contained in:
Damontecres 2025-12-01 19:25:42 -05:00
parent e0d50baf15
commit 2cc762a5b8
No known key found for this signature in database
8 changed files with 7869 additions and 2 deletions

View file

@ -247,4 +247,6 @@ dependencies {
if (ffmpegModuleExists || isCI) {
implementation(files("libs/lib-decoder-ffmpeg-release.aar"))
}
implementation(project(":seerr-api"))
}