-
after obfuscation resource file(s) become corrupted (UTF-8 encoding is lost)
OS name: "windows 11"
Java 8
Maven 3.9.7
plugin configuration:
proguard.conf
proguard.conf:
-dontshrin…
-
* Fresco version: 3.4.0
* Platform version: android 7.1.1 Galaxy J5(2016) and android6.0.1 Galaxy On5 2016
` Fatal Exception: java.lang.NoClassDefFoundError: Failed resolution of: Landroi…
-
### Environment
SaaS (https://sentry.io/)
### Steps to Reproduce
1. Flutter application (3.19.6)
2. Sentry 4.2.0
3. Build.gradle settings
`includeProguardMapping = true
autoUploadProguardMappin…
-
**### Description**
My App crashes when joining a meet despite adding the proguard.
**### Error Logs**
```
2024-10-28 22:47:50.925 20669-20669 JitsiMeetSDK java.lang.NoClassDefFoundErr…
-
We should move this into a library and stop sprinkling it everywhere.
_Originally posted by @yschimke in https://github.com/google/horologist/pull/1812#discussion_r1393460120_
…
-
It seems that the `-keep class kotlin.Metadata` statement has been added to the consumer proguard rules starting from version 6.12.2 of the `af-android-sdk`.
As a result, `kotlin.Metadata` in our app…
-
A problem occurred evaluating project ':app'.
> Could not find method useProguard() for arguments [true] on BuildType$AgpDecorated_Decorated{name=release, debuggable=false, testCoverageEnabled=fals…
-
What are the necessary proguard rules for this library?
Running into the following when building with minifyEnabled true.
```
Warning:com.liuguangqiang.swipeback.SwipeBackActivity: can't find s…
-
The ProGuard file generated by this plugin is located at `project_dir/.safedk/proguard-safedk.pro`, it looks like:
```proguard
-keep class androidx.** { *; }
-keep class android.support.multidex.…
-
Hi,
I have a lot of trouble using this library in a production environment, that is with Proguard enabled (`minifyEnabled true`).
If I don't specify any rule, I get these warnings during compilation…