Skip to content

Commit c010a34

Browse files
committed
proguard.cfg for when if ever the android gradle plugin decides to use it
1 parent 8988f28 commit c010a34

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

proguard.cfg

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
-keep public class * extends android.preference.Preference
1515
-keep public class com.android.vending.licensing.ILicensingService
1616

17-
-keep public class com.github.bitcoinlabs.bitcoinmobileandroid.Outpoint
18-
1917
-keepclasseswithmembernames class * {
2018
native <methods>;
2119
}
@@ -36,3 +34,16 @@
3634
-keep class * implements android.os.Parcelable {
3735
public static final android.os.Parcelable$Creator *;
3836
}
37+
38+
-keep public class com.bitcoinlabs.android.Outpoint
39+
-keep public class com.bitcoinlabs.android.OutpointsResponse
40+
41+
-keepclassmembers class com.bitcoinlabs.android.Outpoint {
42+
private <fields>;
43+
}
44+
45+
-keepclassmembers class com.bitcoinlabs.android.OutpointsResponse {
46+
private <fields>;
47+
}
48+
49+
-printseeds

0 commit comments

Comments
 (0)