Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/com/mapswithme/maps/analytics/PushWooshEventLogger.java')
-rw-r--r--android/src/com/mapswithme/maps/analytics/PushWooshEventLogger.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/android/src/com/mapswithme/maps/analytics/PushWooshEventLogger.java b/android/src/com/mapswithme/maps/analytics/PushWooshEventLogger.java
index 15103a48d2..150dd07336 100644
--- a/android/src/com/mapswithme/maps/analytics/PushWooshEventLogger.java
+++ b/android/src/com/mapswithme/maps/analytics/PushWooshEventLogger.java
@@ -1,9 +1,10 @@
package com.mapswithme.maps.analytics;
import android.app.Application;
-import android.support.annotation.ColorInt;
-import android.support.annotation.NonNull;
-import android.support.annotation.Nullable;
+
+import androidx.annotation.ColorInt;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
import com.mapswithme.maps.BuildConfig;
import com.mapswithme.util.UiUtils;