-
Notifications
You must be signed in to change notification settings - Fork 42
/
proguard-project.txt
60 lines (45 loc) · 1.49 KB
/
proguard-project.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Game
-keepattributes EnclosingMethod
-dontnote **SuppressLint
-dontnote **TargetApi
-keepclassmembers class zame.promo.PromoView$JsApi { public *; }
-keep class net.rbgrn.android.glwallpaperservice.** { *; }
-keep class net.minidev.json.** { *; }
# Support library
-dontnote android.support.v4.**
-dontwarn **CompatHoneycomb
-dontwarn android.support.v4.**
-keep class android.support.v4.** { *; }
-keep interface android.support.v4.** { *; }
# HoloEverywhere
-keepattributes InnerClasses
-dontnote org.holoeverywhere.drawable.DrawableCompat
-dontnote Internal.DialogTitle
-dontnote Internal.ExpandedMenuView
-dontnote Internal.HoloListMenuItemView
-dontnote Internal.NumberPickerEditText
-keep class org.holoeverywhere.** { *; }
-keep interface org.holoeverywhere.** { *; }
-keep enum org.holoeverywhere.** { *; }
# Google Analytics
-keep class com.google.** { *; }
-dontwarn com.google.**
-dontnote com.google.**
# Zeemote
-keep class com.zeemote.** { *; }
-keep interface com.zeemote.** { *; }
-keep enum com.zeemote.** { *; }
-keep class com.motorola.** { *; }
-keep interface com.motorola.** { *; }
-keep enum com.motorola.** { *; }
-keep class com.samsung.** { *; }
-keep interface com.samsung.** { *; }
-keep enum com.samsung.** { *; }
-keep class android.bluetooth.** { *; }
-keep interface android.bluetooth.** { *; }
-keep enum android.bluetooth.** { *; }
-dontwarn com.zeemote.**
# Facebook
-keep class com.facebook.** { *; }
-keep interface com.facebook.** { *; }
-keep enum com.facebook.** { *; }