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/news/IntroductionScreenFactory.java')
-rw-r--r--android/src/com/mapswithme/maps/news/IntroductionScreenFactory.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/src/com/mapswithme/maps/news/IntroductionScreenFactory.java b/android/src/com/mapswithme/maps/news/IntroductionScreenFactory.java
index ad47b8e02b..d7b6bdf791 100644
--- a/android/src/com/mapswithme/maps/news/IntroductionScreenFactory.java
+++ b/android/src/com/mapswithme/maps/news/IntroductionScreenFactory.java
@@ -1,9 +1,9 @@
package com.mapswithme.maps.news;
import android.app.Activity;
-import android.support.annotation.DrawableRes;
-import android.support.annotation.NonNull;
-import android.support.annotation.StringRes;
+import androidx.annotation.DrawableRes;
+import androidx.annotation.NonNull;
+import androidx.annotation.StringRes;
import com.mapswithme.maps.R;
import com.mapswithme.maps.bookmarks.BookmarkCategoriesActivity;