-
Hey,
Noticed in our release variants that proguard is stripping away some key functionalities of the form conductor, like stateless and statefull validation.
We are using both the UI and core l…
-
ProGuard prepares your application APK for release. ProGuard tool also removes unused classes from any libraries you include in your application, which keeps the download size of your application as s…
-
When setting minifyEnabled true the circle animation is broken and only a static circle is shown. What proguard exceptions should we add to prevent this?
-
```FATAL EXCEPTION: mqt_native_modules
Process: com.xxx.android, PID: 25405
com.facebook.react.common.JavascriptException: Error: Exception in HostFunction: java.lang.NoSuchMethodError: no non-stati…
-
***Project Setup:***
```
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.ksp.plugin)
alias(libs.plugins.hilt.plugin)
…
-
You should add proguard rules to your library so that consumers don't have to figure out what they need to be themselves. If you want to test this, turn on minifyEnabled on your sample app, it will cr…
-
https://gitlab.com/fdroid/checkupdates-bot-fdroiddata/-/jobs/8252325792
https://gitlab.com/fdroid/fdroiddata/-/merge_requests/16283
I thought this is because we enabled shrinkResources to remove…
-
Hello,
I'm using version 'uk.com.robust-it:cloning:1.9.9' and I'm getting the following warning when I enable ProGuard:
_can't find referenced class com.rits.cloning.Cloner_
I've tried adding: …
-
Are there any Proguard rules that need to be added when using this library? I'm seeing warnings related to Flexmark, like:
`Warning: com.vladsch.flexmark.util.ImageUtils: can't find referenced class…
-
Hi,
I've read the documentation about your tool and I have a question:
If I have an APK that has some of its code obfuscated by ProGuard, can your tool still make reverse engineering on it? And if i…