diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-02-05 20:35:58 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-02-05 20:35:58 +0100 |
commit | edf8c8d37caeb1986d55bade7d4eafd5ea2a3e43 (patch) | |
tree | 6cf42137110e48270152981ce927cfe811e136d5 | |
parent | 8a2f48450a83790bf57ace1e3e3afbd6cf61e01f (diff) |
update libs
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index f223584a7..2bc12d633 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { compile 'com.google.zxing:core:3.3.0' compile 'com.google.zxing:android-integration:3.3.0' compile 'de.measite.minidns:minidns-hla:0.2.4' - compile 'me.leolin:ShortcutBadger:1.1.19@aar' + compile 'me.leolin:ShortcutBadger:1.1.21@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' @@ -65,9 +65,9 @@ dependencies { 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.3' - compile 'pub.devrel:easypermissions:1.1.1' + compile 'pub.devrel:easypermissions:1.1.3' compile 'com.wefika:flowlayout:0.4.1' - compile 'com.googlecode.ez-vcard:ez-vcard:0.10.2' + compile 'com.googlecode.ez-vcard:ez-vcard:0.10.3' } ext { |