Fix google analytics

This commit is contained in:
serso
2016-04-02 15:01:36 +02:00
parent bff23ac693
commit 5bba39d7b3
2 changed files with 12 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:ignore="UnusedResources">
<string function="ga_trackingId">UA-28724009-2</string>
<bool function="ga_reportUncaughtExceptions">true</bool>
<bool function="ga_autoActivityTracking">true</bool>
<string function="ga_sampleFrequency">10.0</string>
<string name="ga_trackingId">UA-28724009-2</string>
<bool name="ga_reportUncaughtExceptions">true</bool>
<bool name="ga_autoActivityTracking">true</bool>
<string name="ga_sampleFrequency">10.0</string>
</resources>