update versionCode to 683

this is one higher than the most recently published APK on Google Play.  No need
for this to be bumped by Jenkins on every build; it only needs to increase by one
(manually) for each release.
This commit is contained in:
Andy Dennie 2016-08-16 20:22:32 -04:00
parent b4a8ee0a44
commit 5daeff53ba
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ android {
applicationId "com.affectiva.affdexme"
minSdkVersion 16
targetSdkVersion 23
versionCode 495
versionCode 683
versionName "3.1.1"
setProperty("archivesBaseName", "AffdexMe-$versionName-$versionCode")
}