-
## Summary
After updating to use the latest version of Gradle, which has the property `android.enableR8.fullMode` to be `true` by default, minified builds were failing due to missing proguard r…
-
I am getting this error while trying to run smile on android
` Could not find method production() for arguments [build_d0vzj1vh78ww2ad7c5wm777un$_run_closure2$_closure12$_closure18$_closure19@d0628…
-
`Fatal` Exception: java.lang.RuntimeException
Unable to create service yukams.app.background_locator_2.IsolateHolderService: java.lang.SecurityException: Starting FGS with type location callerApp=Pro…
-
When trying to build release, I am getting proguard errors:
```
Note: the configuration refers to the unknown class 'com.google.android.gms.common.api.internal.BasePendingResult$ReleasableResultGu…
-
### What version of gRPC-Java are you using?
1.49.2
### What is your environment?
Android
### What did you see?
When run after R8 full mode optimization, grpc throws an exception during execu…
-
This library has no rules for proguard
-
On latest version 2.8.0 since already migrate to AndroidX, I dont thinks this proguard rules is valid for that
**Change this**
-keep class android.support.v7.widget.** { *; }
**to**
-keep cl…
-
**Describe the bug**
When building app with
```
isMinifyEnabled = true
proguardFiles("proguard-android-optimize.txt", "proguard-rules.pro")
```
and
```
dependencies {
implementat…
-
Hello fantastic Firebase folks,
It looks like all the ProGuard specs start by ignoring all warnings for the project that uses them, with `-ignorewarnings`.
(To reproduce, run `grep ignorewarni…
-
Hello. When I build the example app in release mode app crashes during model initialization. Any ideas how to fix that?
`
[✓] Flutter (Channel stable, 3.22.3, on macOS 14.5 23F79 darwin-arm64, loc…