Fixed NoSuchMethodException because of Proguard removing the method, which caused errors in reading tags, audioHeader of m4a files
This commit is contained in:
parent
7e0dc0c309
commit
6cc3f953ce
1 changed files with 3 additions and 0 deletions
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
|
@ -49,8 +49,11 @@
|
||||||
#-dontwarn
|
#-dontwarn
|
||||||
#-ignorewarnings
|
#-ignorewarnings
|
||||||
|
|
||||||
|
#Jaudiotagger
|
||||||
-dontwarn org.jaudiotagger.**
|
-dontwarn org.jaudiotagger.**
|
||||||
|
-dontwarn org.jcodec.**
|
||||||
-keep class org.jaudiotagger.** { *; }
|
-keep class org.jaudiotagger.** { *; }
|
||||||
|
-keep class org.jcodec.** { *; }
|
||||||
|
|
||||||
-keepclassmembers enum * { *; }
|
-keepclassmembers enum * { *; }
|
||||||
-keepattributes *Annotation*, Signature, Exception
|
-keepattributes *Annotation*, Signature, Exception
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue