-
I am testing out the 7.x variant of Bugsnag for use with the new Android Gradle plugin. I get everything to work, except for uploading JVM mappings in combination with Proguard 7 Gradle plugin. Someho…
-
```
What are you doing to produce the error?
ConnectionConfiguration config = new ConnectionConfiguration(talk.google.com,
5222, gmail.com);
XMPPConnection connection = new XMPPConnection(config);
c…
-
```
What are you doing to produce the error?
ConnectionConfiguration config = new ConnectionConfiguration(talk.google.com,
5222, gmail.com);
XMPPConnection connection = new XMPPConnection(config);
c…
-
```
What are you doing to produce the error?
ConnectionConfiguration config = new ConnectionConfiguration(talk.google.com,
5222, gmail.com);
XMPPConnection connection = new XMPPConnection(config);
c…
-
I added implementation 'com.shopify.mobilebuysdk:buy3:3.2.3' to my dependencies (1) and set minifyEnabled true.
When I try to create signed apk I see following:
```
org.gradle.api.tasks.TaskExecuti…
-
```
(it's a enhancement not a issue)
I don't know which bytecode that is but baksmali translates it into ".source"
and it contains the original filename before proguard renamed them.
It would be nic…
-
```
(it's a enhancement not a issue)
I don't know which bytecode that is but baksmali translates it into ".source"
and it contains the original filename before proguard renamed them.
It would be nic…
-
### Sample
https://koodous.com/apks/929aac4f3752851833e794da64d6cdc76db19aad7eb5590c7953561ae7a49d6d
```sh
apkid 929aac4f3752851833e794da64d6cdc76db19aad7eb5590c7953561ae7a49d6d.apk
[+] APKiD 2.…
-
**Describe the bug**
build error
**To Reproduce**
Steps to reproduce the behavior:
1. add testCoverageEnabled true to debug
buildTypes {
release {
minifyEnabled …
-
## Why
As of now, many applications are being built with Compose UI. Besides the efficiency of using Compose, there is a noticeable issue in the app performance. This performance issue is not only …