Update the version and versionCode

This commit is contained in:
toby cabot 2016-01-08 11:03:13 -05:00
parent 3163d6b8fa
commit 774225513c
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "com.affectiva.affdexme"
minSdkVersion 16
targetSdkVersion 23
versionCode 15
versionName "2.1.0"
versionCode 492
versionName "3.0.0"
setProperty("archivesBaseName", "AffdexMe-$versionName-$versionCode")
}
buildTypes {