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:
authorAlexander Marchuk <trashkalmar@users.noreply.github.com>2016-03-02 18:14:35 +0300
committerAlexander Marchuk <trashkalmar@users.noreply.github.com>2016-03-02 18:14:35 +0300
commitf1460f968591baedcd247580772911c43994fd06 (patch)
treed2daba1324a37dd3a21319918b7d33a096d9da84
parentc1a8f9bfafde74d332c4b934d2bdd7e909a33526 (diff)
parentaf03f0f101dc1a0be4f02210a04e7514fb3f5375 (diff)
Merge pull request #2077 from yunikkk/android-releaseandroid-release-565android-release-563
[android] Hidden what's new and increased version
-rw-r--r--android/gradle.properties4
-rw-r--r--android/src/com/mapswithme/maps/MwmActivity.java2
2 files changed, 3 insertions, 3 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 28f1089935..a670cd5548 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -3,8 +3,8 @@ propMinSdkVersion=15
# https://code.google.com/p/android/issues/detail?id=184567
propTargetSdkVersion=22
propBuildToolsVersion=22.0.1
-propVersionCode=564
-propVersionName=5.6.4
+propVersionCode=565
+propVersionName=5.6.5
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
diff --git a/android/src/com/mapswithme/maps/MwmActivity.java b/android/src/com/mapswithme/maps/MwmActivity.java
index 41aeda1ef0..e1de07e5d7 100644
--- a/android/src/com/mapswithme/maps/MwmActivity.java
+++ b/android/src/com/mapswithme/maps/MwmActivity.java
@@ -743,7 +743,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
if (!RoutingController.get().isNavigating())
{
- if (!NewsFragment.showOn(this))
+// if (!NewsFragment.showOn(this))
LikesManager.INSTANCE.showDialogs(this);
}