-
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…
-
Hi,
Google Speech-to-Text API stopped working when progurard is enabled in Android app.
release {
minifyEnabled true
shrinkResources true
proguardFiles getDe…
-
```
(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…
-
Can you explain sentry-cmd.txt a little?
When I build weServer I don't get any mapping generated, so the "upload-proguard " generates an error " 'server/lib/proguard/out.map' does not exist. " and …
-
Add library with their ProGuard rules file link
-
I am experiencing a significant increase in APK size when integrating the Banuba Video SDK into my Flutter app. The release APK size without the SDK is around 30 MB, but it balloons to over 600 MB whe…
-
```
(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…
-
```
The Proguard obfuscator supports many switches to configure the obfuscation
process. Example:
-renamesourcefileattribute SourceFile
-keepattributes SourceFile, LineNumberTable
to produce readabl…
-
**Details**
Espresso server has gson as dependancy. In many cases gson is a dependancy of the app under test as well. When the app is obfuscated, Its complains NoSuchMethodError for obfuscated method…