-
Process: com.openapi.ks.chat, PID: 29651
java.lang.UnsupportedOperationException: Somehow we couldn…
-
I can't find any tutorial on how could I add Proguard rules using this APK Builder. I can successfully added dependencies by modifying .project file but while doing proguard will not work.
-
Here the proguard rules
-keep class com.webex.** { *; }
-keep class com.ciscowebex.androidsdk.** { *; }
-keep class com.cisco.** { *; }
-
i switched [`minifyEnable`](https://github.com/g11x/checklistapp/blob/b9431f2a749329cdc2c5375085d99e6f0e20b232/app/build.gradle#L35) to `true`, and the apk only went from 2.7M → 1.9M. we need to (a) c…
-
Lack of ProGuard guidance in readme.
-
### Integration
sentry
### Java Version
17
### Version
7.8.0
### Steps to Reproduce
1. build with proguard (ie Compose for Desktop gradle task proguardReleaseJars)
2. Crash app
3. Nothing is …
-
Please fill out the form below before submitting, thank you!
- [x ] Bug exists Release Version 1.2.4 ( Master Branch)
Hi, first to be clear, I'm using this Java library directly in Android, I'm …
-
Examine APK size on release builds, should be as small as possible
Currently has some bloat in there
### (Optional) Anything else you want to share?
- there is an APK size comparison tool but…
-
Hello,
We have tried integrating `process out ui sdk` into a test project and Android Studio is complaining during compilation about JVM version. The error we get is
```
Cannot inline bytecode…
-
If the inline class marked `@Serializable` is in **another** kotlin module and Proguard is **enabled**, a `java.lang.IllegalAccessError` occurs
If Proguard is disabled, no exception occurs: also if…