diff --git a/app/build.gradle b/app/build.gradle index 8067585b8..85924b075 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,7 +22,7 @@ android { defaultConfig { applicationId 'im.zom.messenger' - versionCode 1560030 + versionCode 1570010 versionName getVersionName() archivesBaseName = "Zom-$versionName" minSdkVersion project.ext.minSdkVersion @@ -165,15 +165,15 @@ dependencies { // for OMEMO support implementation 'org.whispersystems:signal-protocol-java:2.4.0' - implementation 'org.bouncycastle:bcprov-jdk15on:1.57' + implementation 'org.bouncycastle:bcprov-jdk15on:1.60' implementation 'org.whispersystems:curve25519-android:0.3.0' // https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java implementation 'com.google.protobuf:protobuf-java:3.4.0' - implementation 'org.ocpsoft.prettytime:prettytime:4.0.0.Final' + implementation 'org.ocpsoft.prettytime:prettytime:4.0.1.Final' implementation 'com.theartofdev.edmodo:android-image-cropper:2.0.0' implementation 'de.hdodenhof:circleimageview:2.0.0' implementation 'com.github.bumptech.glide:glide:4.3.1' - implementation 'com.android.support.constraint:constraint-layout:1.1.0' + implementation 'com.android.support.constraint:constraint-layout:1.1.3' annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1' implementation 'com.github.javiersantos:AppUpdater:2.6.4' implementation 'com.github.QuadFlask:colorpicker:0.0.10' @@ -191,7 +191,7 @@ dependencies { // implementation "org.igniterealtime.smack:smack-sasl-provided:$smackVersion" // https://mvnrepository.com/artifact/com.google.code.gson/gson - implementation 'com.google.code.gson:gson:2.8.0' + implementation 'com.google.code.gson:gson:2.8.2' implementation 'com.jrummyapps:android-shell:1.0.1' //adding this nearby library for now @@ -202,6 +202,6 @@ dependencies { implementation 'com.asksira.android:cameraviewplus:0.9.4' //from here: https://github.com/guardianproject/proofmode - implementation 'org.witness:android-libproofmode:0.0.2' + implementation 'org.witness:android-libproofmode:0.0.3' implementation 'com.eternitywall:opentimestamps:0.1.14.1' }