sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.75k stars 566 forks source link

Generated signed Build apk not working #360

Open Jeffin21 opened 5 years ago

Jeffin21 commented 5 years ago

When we try to make a signed apk, The mux library getting crush... Pls Help....

HBiSoft commented 4 years ago

Add the following in your progaurd-rules.pro:

-keep class org.mp4parser.** {*;}