Qiniu – is a resource storage SDK for Android.
ProGuard rules for Qiniu
Add the following lines to your ProGuard configuration proguard.cfg file in project.
# Qiniu
-keep class com.qiniu.**{*;}
-keep class com.qiniu.**{public ();}
-ignorewarnings
For more information about Qiniu please see the website.