Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
Merge pull request #27 from jason1peng/fix_flurry
Browse files Browse the repository at this point in the history
Remove strange strings.
  • Loading branch information
krschultz committed Feb 28, 2015
2 parents 9707359 + 0463daf commit 013d99f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/proguard-flurry.pro
@@ -1,8 +1,8 @@
## Flurry 3.4.0 specific rules ##

­-keep class com.flurry.** { *; }
­-dontwarn com.flurry.**
­-keepattributes *Annotation*,EnclosingMethod ­
-keep class com.flurry.** { *; }
-dontwarn com.flurry.**
-keepattributes *Annotation*,EnclosingMethod
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet, int);
}
}

0 comments on commit 013d99f

Please sign in to comment.