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:
authoralexzatsepin <az@mapswithme.com>2016-11-24 18:43:49 +0300
committeralexzatsepin <az@mapswithme.com>2016-11-24 18:43:49 +0300
commitf3e10ddddf401c762d5a2f9ab64e68f57493be3f (patch)
tree962c28cb771f32f60922012a1869e8cd01eac156
parentdf1be4d421c33d9fb2b269120fc382926a6f7a1b (diff)
[android] Fixed the never-kill process problem by updating the pushwoosh to 4.10.7beta-489MAPSME-3086-long-alive-pushwoosh-service
-rw-r--r--android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 0e86b46b2a..19da2f336b 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -48,7 +48,7 @@ dependencies {
// 3-party
compile 'com.facebook.android:facebook-android-sdk:4.8.0'
compile 'com.google.code.gson:gson:2.6.1'
- compile 'com.pushwoosh:pushwoosh:4.9.0'
+ compile 'com.pushwoosh:pushwoosh:4.10.7'
compile 'com.my.tracker:mytracker-sdk:1.3.5'
compile fileTree(dir: '3rd_party', include: '*.jar')
// BottomSheet