Update the version string and build number

This commit is contained in:
Abdelrahman Mahmoud 2016-02-01 15:57:34 -05:00
parent a0b2dc1f5f
commit b413faef03

View file

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