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

Commit

Permalink
update app release to 2.1.8-BETA-2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamironrabbit committed Sep 30, 2020
1 parent 1233bf6 commit 3261eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ android {
altbrand {
dimension = "release"
applicationId "im.zom.messenger"
versionCode 218001100
versionName "2.1.8-BETA-1"
versionCode 218001200
versionName "2.1.8-BETA-2"
archivesBaseName = "Zom-$versionName"
}

Expand Down Expand Up @@ -178,7 +178,7 @@ dependencies {
// implementation 'com.stefanosiano.powerful_libraries:imageview:1.0.15' //Use this if you don't need renderscript
implementation 'com.stefanosiano.powerful_libraries:imageview_rs:1.0.15'

implementation (name: 'IOCipher-debug', ext: 'aar')
implementation (name: 'IOCipher-release', ext: 'aar')
api 'net.zetetic:android-database-sqlcipher:3.5.9@aar'

//*********** KeanuApp components ********** /
Expand Down

0 comments on commit 3261eef

Please sign in to comment.