-
Once the Dart code is compiled in AOT mode, we can understand which methods and classes are used from the jnigen generated bindings and can use that to generate proguard rules. The tree-shaking inform…
-
Since I upgrade to Gradle 8.5 and com.android.tools.build:gradle:8.2.2 with proguard enabled but there is some changes with this version. Missing class are now blocking minify process, ex:
`ERROR: R8…
-
**Describe the bug**
SDK's [consumer proguard rules](https://github.com/aws-amplify/aws-sdk-android/blob/main/aws-android-sdk-core/consumer-proguard-rules.pro#L6) include the following rule that affe…
-
Hi, I've found that when I include the SourceAFIS SDK in my Android application, and then compile a release version of my app, the SourceAFIS SDK is adding about 12 MB to my .apk's file size. I opene…
-
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…
-
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…
-
It would be very helpful and time saving to add the proguard rules needed in order to add this library to a project.
-
Any Proguard Rules?
-
Am I the only one with this issue? Debug version works fine, but without proguard rules I cannot use this library in production. Can someone please help me with this?
-
Adding R8 to our application, it seems there's some reflection being done in Squeaky, so the following rule was necessary to retain what was being accessed:
```
-keep class co.jasonwyatt.squeaky.D…