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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-06-30 16:58:31 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2016-06-30 16:58:31 +0300
commit3786a034a3509c6fa93aee474e19a62fdea07c7b (patch)
tree74c1e34adf8cdd0e08db05ab5f37d4a83256cf86 /android
parent53e10e7cf4861a7235c75f6ef3cf772753477dd0 (diff)
Updated PushWoosh version
Diffstat (limited to 'android')
-rw-r--r--android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 4d6c830b78..e5ca7b798e 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.1.3'
+ compile 'com.pushwoosh:pushwoosh:4.3.2'
compile fileTree(dir: '3rd_party', include: '*.jar')
// BottomSheet
compile project(":3rd_party:BottomSheet")