-
### Version
1.3.0
### Environment that reproduces the issue
Android
### Is it reproducible in the example application?
Yes
### Reproduction steps
In the example app you include proguard rules. …
-
I feel like it's only the app/proguard-rules.pro that is being used.
I checked Hema, Wie Is De Mol, Rijksmuseum.
Only Hema had content in the core module proguard-rules.pro. Diffing that with th…
-
Hello.
I have a KMP project with Desktop and Android as target OSes. I have this in my dependencies (the latest 4.0.0 version):
```kotlin
implementation(libs.cryptography.core)
implementation(li…
-
There are two ways to deal with this feature.
1. generate proguard rules according to what fields `FU` use
2. mark all the fields with a specific annotation and write rules for this annotation
I…
-
Hello JivoSDK team,
We are receiving a release build crash even tho we followed the recommendations for proguard rules:
```
-keep,allowobfuscation,allowshrinking interface retrofit2.Call
-keep,all…
-
A simple setup reproduces the issue:
```java
@Target({ElementType.METHOD, ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
public @interface RuntimeAnnotation {
}
```
```java
public…
-
A heads up. We have found that in it's current instantiation if you are publishing anything that uses `react-native-inappbrowser` in your a react native app with the following rules (below) in your ap…
-
This issue is for tracking the changes made in #383 which we might be able to undo again.
There are unused (commented out) imports in ical4j which required us to add some proguard rules. We could r…
-
To prevent obfuscation to break OTel Java SDK functionality in production apps.
-
Proguard events are no longer symbolicated in Sentry, so we don't need the proguard bindings anymore.