feat(BaconReader): Add Fix Redgifs API patch (#5761)

This commit is contained in:
Eric Ahn 2025-09-06 03:53:26 -07:00 committed by GitHub
parent b8629aacb6
commit 144af2f07e
8 changed files with 117 additions and 0 deletions

View file

@ -0,0 +1,5 @@
dependencies {
compileOnly(project(":extensions:shared:library"))
compileOnly(libs.annotation)
compileOnly(libs.okhttp)
}