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:
parent
b4a8ee0a44
commit
5daeff53ba
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ android {
|
||||||
applicationId "com.affectiva.affdexme"
|
applicationId "com.affectiva.affdexme"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 495
|
versionCode 683
|
||||||
versionName "3.1.1"
|
versionName "3.1.1"
|
||||||
setProperty("archivesBaseName", "AffdexMe-$versionName-$versionCode")
|
setProperty("archivesBaseName", "AffdexMe-$versionName-$versionCode")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue