-
Thank you for this great library!
I'm using ProGuard and setting/clearing badges doesn't work for the signed and ProGuard shrunk apk because it's removing the classes in me.leolin.shortcutbadger and …
-
بعد از فعال کردن پروگارد از کار"پرداخت" از کار می افته...
Hbn71 updated
6 years ago
-
-
这个需要keep什么
-
Hello,
I want to file an issue regarding the use of Proguard with the Android mobile sdk.
I wasn't able to find any info related to Proguard on your documentation, neither inside any proguard-rule…
-
Hi there!
Here's a screenshot from a crash scenario with a project with Google SignIn plugin on it. (The build is release-type and therefore needs Proguard rules.)
[EDIT: The crash happens wh…
-
Hi,
Do we have any description for Android proguard configurations? That will help us to avoid crash during runtime due to such as reflection. Below is configuration in my project.
```
-keep,incl…
-
For using this library with proguard you need to put this rule:
-keep class com.bumptech.glide.gifdecoder.** { *; }
in your proguard-rules file.
I think this information need to add in project re…
-
Kindly add the ProGuard rules. I want to use this sample code in my application.
-
Hello,
After building the APK for release (with R8/proguard), I noticed smb support fails I keep getting an exception when calling list() and no other logs that could help determine the missing cla…