Skip to content

Commit 60b8b2d

Browse files
milos1290Enuviel
authored andcommitted
Merge pull request #9 from Leanplum/feature/proguard
fix(proguard): adding -dontshrink param to proguard to avoid removing…
1 parent 02e082d commit 60b8b2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AndroidSDK/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-dontwarn com.actionbarsherlock.**
22

33
-dontnote
4+
-dontshrink
45
-keepparameternames
56
-keepattributes EnclosingMethod
67

0 commit comments

Comments
 (0)