Update the version and versionCode

This commit is contained in:
toby cabot 2016-01-08 11:03:13 -05:00
parent 3163d6b8fa
commit 774225513c

View file

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