aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-01-29 19:01:44 +0100
committerChristian Schneppe <christian@pix-art.de>2017-01-29 19:01:44 +0100
commite83be0590524fa72158f2441a87295dff0038b89 (patch)
tree5bc7a14bd620f809993267fdee590fd09be6df9c /build.gradle
parent9b5611e295f5da7f8843e7a8ec48e2d6793baac9 (diff)
undate libs
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle16
1 files changed, 8 insertions, 8 deletions
diff --git a/build.gradle b/build.gradle
index 76dc0f322..fa68981e5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,31 +35,31 @@ dependencies {
compile 'org.sufficientlysecure:openpgp-api:10.0'
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
compile 'com.android.support:support-v13:25.1.0'
- compile 'org.bouncycastle:bcprov-jdk15on:1.52'
- compile 'org.bouncycastle:bcmail-jdk15on:1.52'
+ compile 'org.bouncycastle:bcprov-jdk15on:1.56'
+ compile 'org.bouncycastle:bcmail-jdk15on:1.56'
compile 'org.jitsi:org.otr4j:0.22'
compile 'org.gnu.inet:libidn:1.15'
- compile 'com.google.zxing:core:3.2.1'
- compile 'com.google.zxing:android-integration:3.2.1'
+ compile 'com.google.zxing:core:3.3.0'
+ compile 'com.google.zxing:android-integration:3.3.0'
compile 'de.measite.minidns:minidns:0.1.7'
compile 'de.timroes.android:EnhancedListView:0.3.4'
compile 'me.leolin:ShortcutBadger:1.1.11@aar'
compile 'com.kyleduo.switchbutton:library:1.2.8'
compile 'org.whispersystems:axolotl-android:1.4.3'
- compile 'com.makeramen:roundedimageview:2.2.1'
+ compile 'com.makeramen:roundedimageview:2.3.0'
compile 'jetty:javax.servlet:5.1.12'
compile 'com.google.code.gson:gson:2.4'
compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:multidex:1.0.1'
compile 'com.github.bumptech.glide:glide:3.7.0'
- compile 'com.github.chrisbanes:PhotoView:1.3.0'
+ compile 'com.github.chrisbanes:PhotoView:1.3.1'
compile 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.2'
compile 'com.google.android.gms:play-services-location:10.0.1'
compile 'com.google.android.gms:play-services-maps:10.0.1'
- compile 'pub.devrel:easypermissions:0.1.9'
+ compile 'pub.devrel:easypermissions:0.2.1'
compile 'com.wefika:flowlayout:0.4.1'
- compile 'com.googlecode.ez-vcard:ez-vcard:0.10.0'
+ compile 'com.googlecode.ez-vcard:ez-vcard:0.10.1'
compile 'net.ypresto.androidtranscoder:android-transcoder:0.2.0'
}