aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-09-17 22:18:05 +0200
committerChristian Schneppe <christian@pix-art.de>2017-09-17 22:18:05 +0200
commite43f8f5a39c22f5d8cf41fad9161029ae248a9dc (patch)
treea24107acca61ac904b3d728b216a28b5ae60b439 /build.gradle
parentf0c5449b91af4eeebcb7e77f6bbd5fd5b9501546 (diff)
update some libs
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle9
1 files changed, 5 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 275a5dbea..1f51bd01c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,6 +23,7 @@ repositories {
allprojects {
repositories {
maven { url "https://jitpack.io" }
+ maven { url 'https://maven.google.com' }
}
}
@@ -46,7 +47,7 @@ dependencies {
compile 'com.google.zxing:android-integration:3.3.0'
compile 'de.measite.minidns:minidns-hla:0.2.2'
compile 'de.timroes.android:EnhancedListView:0.3.4'
- compile 'me.leolin:ShortcutBadger:1.1.17@aar'
+ compile 'me.leolin:ShortcutBadger:1.1.18@aar'
compile 'com.kyleduo.switchbutton:library:1.2.8'
compile 'org.whispersystems:signal-protocol-java:2.6.2'
compile 'com.makeramen:roundedimageview:2.3.0'
@@ -58,13 +59,13 @@ dependencies {
compile 'com.android.support:support-v4:25.3.1'
compile 'com.github.bumptech.glide:glide:3.8.0'
compile 'com.github.chrisbanes:PhotoView:2.0.0'
- compile 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.2'
+ compile 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.3'
compile 'com.google.android.gms:play-services-location:11.0.4'
compile 'com.google.android.gms:play-services-maps:11.0.4'
- compile 'pub.devrel:easypermissions:0.4.0'
+ compile 'pub.devrel:easypermissions:1.0.0'
compile 'com.wefika:flowlayout:0.4.1'
compile 'com.googlecode.ez-vcard:ez-vcard:0.10.2'
- compile 'com.vanniktech:emoji-ios:0.4.0'
+ compile 'com.vanniktech:emoji-ios:0.5.1'
compile('com.vdurmont:emoji-java:3.3.0') {
exclude group: 'org.json', module: 'json'
}