Skip to content

Commit

Permalink
do not throw away classes linked in xml
Browse files Browse the repository at this point in the history
  • Loading branch information
felixb committed Sep 27, 2015
1 parent 3acfca1 commit 8b3bb95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CallMeter3G/proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
-optimizationpasses 5
-optimizations !field/removal/writeonly,!field/marking/private,!class/merging/*,!code/allocation/variable

-keep class de.ub0r.android.callmeter.** { *; }
-keep class android.preference.DatePreference { *; }

-keep class com.google.ads.** { *; }
-keep interface com.google.ads.** { *; }
-dontwarn com.google.ads.**
Expand Down

0 comments on commit 8b3bb95

Please sign in to comment.