We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61573f1 + 0be2bbb commit f40c250Copy full SHA for f40c250
WordPressAnalytics/build.gradle
@@ -24,8 +24,8 @@ dependencies {
24
android {
25
publishNonDefault true
26
27
- compileSdkVersion 19
28
- buildToolsVersion "22.0.1"
+ compileSdkVersion 22
+ buildToolsVersion '22.0.1'
29
30
defaultConfig {
31
versionName "1.0.0"
WordPressAnalytics/src/main/java/org/wordpress/android/analytics/AnalyticsTracker.java
@@ -91,6 +91,10 @@ public enum Stat {
91
SUPPORT_SENT_REPLY_TO_SUPPORT_MESSAGE,
92
LOGIN_FAILED,
93
LOGIN_FAILED_TO_GUESS_XMLRPC,
94
+ PUSH_AUTHENTICATION_APPROVED,
95
+ PUSH_AUTHENTICATION_EXPIRED,
96
+ PUSH_AUTHENTICATION_FAILED,
97
+ PUSH_AUTHENTICATION_IGNORED,
98
SETTINGS_LANGUAGE_SELECTION_FORCED,
99
}
100
0 commit comments