Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
update version code to 1570010
Browse files Browse the repository at this point in the history
  • Loading branch information
iamironrabbit committed Sep 26, 2018
1 parent b7f121c commit 75b1b32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {

defaultConfig {
applicationId 'im.zom.messenger'
versionCode 1560030
versionCode 1570010
versionName getVersionName()
archivesBaseName = "Zom-$versionName"
minSdkVersion project.ext.minSdkVersion
Expand Down Expand Up @@ -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'
Expand All @@ -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
Expand All @@ -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'
}

0 comments on commit 75b1b32

Please sign in to comment.