mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 22:30:30 +05:30
Merge pull request #4966 from Bnyro/master
fix: submitting sponsorblock segment returns error
This commit is contained in:
commit
cad7bf7a3b
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
@ -28,6 +28,7 @@
|
|||||||
|
|
||||||
# Keep data classes used for Retrofit
|
# Keep data classes used for Retrofit
|
||||||
-keep class com.github.libretube.obj.** { *; }
|
-keep class com.github.libretube.obj.** { *; }
|
||||||
|
-keep class com.github.libretube.api.obj.** { *; }
|
||||||
-keep class com.github.libretube.obj.update.** { *; }
|
-keep class com.github.libretube.obj.update.** { *; }
|
||||||
|
|
||||||
# Keep rules required by Kotlinx Serialization
|
# Keep rules required by Kotlinx Serialization
|
||||||
|
Loading…
Reference in New Issue
Block a user