Skip to content

Commit

Permalink
modify proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinea committed Jan 4, 2014
1 parent 45eeb0b commit 8185b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@
-dontskipnonpubliclibraryclassmembers

-dontwarn com.google.ads.**
-keep class com.google.ads.** {*;}
-keep class com.google.** {*;}
2 changes: 1 addition & 1 deletion res/values/analytics.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>

<resources>
<string name="ga_trackingId">UA-46831063-2</string>
<string name="ga_trackingId">UA-xxxx-xx</string>

<bool name="ga_autoActivityTracking">true</bool>

Expand Down

0 comments on commit 8185b65

Please sign in to comment.