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:
authorАлександр Зацепин <az@mapswithme.com>2019-09-27 20:27:03 +0300
committeryoksnod <donskdmitry@mail.ru>2019-10-22 15:11:22 +0300
commitf2dd32483744526af64ab7d9e1d65ad5b08f0c4e (patch)
treeb73c7ef8b0cab773f38abe5f620990a3c469d43f /android/src/com/mapswithme/maps/PrivateVariables.java
parenta953528ce7a46dd8fdcc336a23d6ec443f67abeb (diff)
[android] Migrated code to Android X
Diffstat (limited to 'android/src/com/mapswithme/maps/PrivateVariables.java')
-rw-r--r--android/src/com/mapswithme/maps/PrivateVariables.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/PrivateVariables.java b/android/src/com/mapswithme/maps/PrivateVariables.java
index 35938cb31e..a7cc591c2d 100644
--- a/android/src/com/mapswithme/maps/PrivateVariables.java
+++ b/android/src/com/mapswithme/maps/PrivateVariables.java
@@ -1,6 +1,6 @@
package com.mapswithme.maps;
-import android.support.annotation.NonNull;
+import androidx.annotation.NonNull;
/**
* Interface to re-use some important variables from C++.