mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
Fix miniplayer position in release build (#4002)
Upon analysis found below error java.lang.NoSuchMethodException: androidx.constraintlayout.motion.widget.KeyAttributes.<init> Added proguard rules, not able to reproduce the issue with this change.
This commit is contained in:
parent
1e607edec2
commit
96da8e4c3e
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
@ -106,3 +106,7 @@
|
||||
-dontwarn org.conscrypt.**
|
||||
-dontwarn org.bouncycastle.**
|
||||
-dontwarn org.openjsse.**
|
||||
|
||||
# Fix for miniplayer placing issue in release build
|
||||
-keep class androidx.constraintlayout.motion.widget.** { *; }
|
||||
-keepclassmembers class androidx.constraintlayout.motion.widget.** { *; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user