mirror of
https://github.com/moparisthebest/SSLDroid
synced 2024-11-13 20:45:05 -05:00
Updated proguard.cfg to update deprecated keywords
Signed-off-by: Balint Kovacs <blint@blint.hu>
This commit is contained in:
parent
12aef62a1d
commit
e9dd932d1c
@ -14,15 +14,15 @@
|
||||
-keep public class * extends android.preference.Preference
|
||||
-keep public class com.android.vending.licensing.ILicensingService
|
||||
|
||||
-keepclasseswithmembernames class * {
|
||||
-keepclasseswithmembers class * {
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembernames class * {
|
||||
-keepclasseswithmembers class * {
|
||||
public <init>(android.content.Context, android.util.AttributeSet);
|
||||
}
|
||||
|
||||
-keepclasseswithmembernames class * {
|
||||
-keepclasseswithmembers class * {
|
||||
public <init>(android.content.Context, android.util.AttributeSet, int);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user