-
_NB: This is basically an attempt to resurrect [this old issue](https://github.com/Guardsquare/proguard/issues/216)._
We looked at the [example referenced in this issue](https://github.com/Guardsq…
-
IF I BUILD AN APP AS "DEBUG" - IT WORKS WELL, IF I BUILD AN APP AS A RELEASE - IT DO NOT WORK
I use a smartphone Oppo Reno 5 with Android 13 for testing.
How to reproduce the bug:
- Scanning wor…
-
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard.cfg'
}
}
Any way to setup proguard…
-
Any Proguard Rules?
-
Hi,
I see in consumer-proguard-rules.pro these lines.:
-keep public class * {
public protected *;
}
if we include this library in a multi module project, Proguard keep ALL classes, eve…
Wahyd updated
4 years ago
-
I have the following code:
```java
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) { //Certificate is ok on newer Androids
Ion.getDefault(this).getHttpClient().getSSLSocketMiddleware()…
Pitel updated
7 years ago
-
original id: 1184
--
-
Hello everyone. Thanks for creating this awesome library.
I faced some unusual problem. Proguard doesn't obfuscate code as I expect.
I reviewed [https://github.com/saschpe/android-customtabs/blob/ma…
-
Add the proguard maven plugin to the Pom.xml so that when it compiles to a jar it's already obfuscated.
Just a nice feature I guess.
-
I just temporarily disabled the "minifyEnabled" option in build.gradle to avoid all the crashes regarding #571 and released this as version 95 on the Play Store (the build is otherwise identical to ve…