diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-01-29 19:01:44 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-01-29 19:01:44 +0100 |
commit | e83be0590524fa72158f2441a87295dff0038b89 (patch) | |
tree | 5bc7a14bd620f809993267fdee590fd09be6df9c | |
parent | 9b5611e295f5da7f8843e7a8ec48e2d6793baac9 (diff) |
undate libs
Diffstat (limited to '')
-rw-r--r-- | build.gradle | 16 |
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' } |