Skip to content

Commit f40c250

Browse files
committed
Merge branch 'develop' into feature/update-to-gradle-2.4
2 parents 61573f1 + 0be2bbb commit f40c250

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

WordPressAnalytics/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ dependencies {
2424
android {
2525
publishNonDefault true
2626

27-
compileSdkVersion 19
28-
buildToolsVersion "22.0.1"
27+
compileSdkVersion 22
28+
buildToolsVersion '22.0.1'
2929

3030
defaultConfig {
3131
versionName "1.0.0"

WordPressAnalytics/src/main/java/org/wordpress/android/analytics/AnalyticsTracker.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ public enum Stat {
9191
SUPPORT_SENT_REPLY_TO_SUPPORT_MESSAGE,
9292
LOGIN_FAILED,
9393
LOGIN_FAILED_TO_GUESS_XMLRPC,
94+
PUSH_AUTHENTICATION_APPROVED,
95+
PUSH_AUTHENTICATION_EXPIRED,
96+
PUSH_AUTHENTICATION_FAILED,
97+
PUSH_AUTHENTICATION_IGNORED,
9498
SETTINGS_LANGUAGE_SELECTION_FORCED,
9599
}
96100

0 commit comments

Comments
 (0)