-
### New Feature / Enhancement Checklist
- [x] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-Android/security/policy).
- [x] I am not just asking a [question]…
-
- There are no UI tests yet, which is a plus point.
https://github.com/steve1rm/BusbyNimbleSurvey/tree/master/app/src/androidTest/java/me/androidbox/busbynimblesurvey
https://github.com/steve1rm/Bus…
-
Hello,
I just updated our app to flutter 3.24.1 and flutter_secure_storage 9.2.2, but when I run the app in release mode I get:
```
➜ app git:(main) ✗ flutter run --release --flavor=production…
-
Hi! There is no one didn't ask about it, me first
-
**Describe the bug**
When building app with
```
isMinifyEnabled = true
proguardFiles("proguard-android-optimize.txt", "proguard-rules.pro")
```
and
```
dependencies {
implementat…
-
We are currently targeting SDK 28 but ought to target at least 30 (or 31 depending on when this issue gets resolved).
It's unclear all of the work needed here since the Bazel build environment is v…
-
### MAX SDK Version
12.4.2
### Device/Platform Info
Android
### Current Behavior
We added mintegral adapter to our mediation stack. During assembly release apk we got thousands of warnings like b…
-
We can't build the samples with the following Proguard rules
```
-keepnames class com.fasterxml.jackson.** { *; }
-dontwarn com.fasterxml.jackson.databind.**
```
We need to figure out how we ca…
-
###
**Scenario**
I have followed the documentation of react-native-firebase at the link https://rnfirebase.io/docs/v5.x.x/installation/android to install the react-native-firebase. The notification…
-
Should I add any "keep rules" in proguard file?