diff --git a/android/jni/com/mapswithme/maps/Framework.cpp b/android/jni/com/mapswithme/maps/Framework.cpp index 2717980875..6b729990ba 100644 --- a/android/jni/com/mapswithme/maps/Framework.cpp +++ b/android/jni/com/mapswithme/maps/Framework.cpp @@ -935,6 +935,12 @@ extern "C" frm()->UpdateSavedDataVersion(); } + JNIEXPORT jlong JNICALL + Java_com_mapswithme_maps_Framework_nativeGetDataVersion(JNIEnv * env, jclass clazz) + { + return frm()->GetCurrentDataVersion(); + } + JNIEXPORT jint JNICALL Java_com_mapswithme_maps_Framework_getDrawScale(JNIEnv * env, jclass clazz) { diff --git a/android/res/layout/about.xml b/android/res/layout/about.xml index c54c8f9429..7d1ec3132f 100644 --- a/android/res/layout/about.xml +++ b/android/res/layout/about.xml @@ -24,6 +24,14 @@ android:textAppearance="@style/MwmTextAppearance.Body1" tools:text="Version: 5.0.0"/> + +