update libs
This commit is contained in:
parent
ff7771520e
commit
072479a9ea
1 changed files with 5 additions and 5 deletions
10
build.gradle
10
build.gradle
|
@ -55,7 +55,7 @@ dependencies {
|
|||
implementation 'org.bouncycastle:bcmail-jdk15on:1.58'
|
||||
implementation 'org.jitsi:org.otr4j:0.22'
|
||||
implementation 'org.gnu.inet:libidn:1.15'
|
||||
implementation 'com.google.zxing:core:3.3.0'
|
||||
implementation 'com.google.zxing:core:3.3.3'
|
||||
implementation 'de.measite.minidns:minidns-hla:0.2.4'
|
||||
implementation 'me.leolin:ShortcutBadger:1.1.22@aar'
|
||||
implementation 'org.whispersystems:signal-protocol-java:2.6.2'
|
||||
|
@ -76,13 +76,13 @@ dependencies {
|
|||
implementation 'com.github.bumptech.glide:glide:3.8.0'
|
||||
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
|
||||
implementation 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.3'
|
||||
implementation 'pub.devrel:easypermissions:1.2.0'
|
||||
implementation 'pub.devrel:easypermissions:2.0.0'
|
||||
implementation 'com.wefika:flowlayout:0.4.1'
|
||||
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.3'
|
||||
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'
|
||||
implementation project(':libs:xmpp-addr')
|
||||
implementation 'org.hsluv:hsluv:0.2'
|
||||
implementation 'org.conscrypt:conscrypt-android:1.3.0'
|
||||
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15'
|
||||
implementation 'org.conscrypt:conscrypt-android:1.4.2'
|
||||
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15' // last working version for minSDK 16
|
||||
implementation 'me.drakeet.support:toastcompat:1.1.0'
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue