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/geofence/GeofenceRegistryImpl.java')
-rw-r--r--android/src/com/mapswithme/maps/geofence/GeofenceRegistryImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/geofence/GeofenceRegistryImpl.java b/android/src/com/mapswithme/maps/geofence/GeofenceRegistryImpl.java
index 6070610960..7871db2903 100644
--- a/android/src/com/mapswithme/maps/geofence/GeofenceRegistryImpl.java
+++ b/android/src/com/mapswithme/maps/geofence/GeofenceRegistryImpl.java
@@ -3,7 +3,7 @@ package com.mapswithme.maps.geofence;
import android.app.Application;
import android.app.PendingIntent;
import android.content.Intent;
-import android.support.annotation.NonNull;
+import androidx.annotation.NonNull;
import com.google.android.gms.location.Geofence;
import com.google.android.gms.location.GeofencingClient;