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/search/BookingFilter.java')
-rw-r--r--android/src/com/mapswithme/maps/search/BookingFilter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/search/BookingFilter.java b/android/src/com/mapswithme/maps/search/BookingFilter.java
index 334b392ecf..0f4aba2abb 100644
--- a/android/src/com/mapswithme/maps/search/BookingFilter.java
+++ b/android/src/com/mapswithme/maps/search/BookingFilter.java
@@ -1,6 +1,6 @@
package com.mapswithme.maps.search;
-import android.support.annotation.IntDef;
+import androidx.annotation.IntDef;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;