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
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 492
versionName "3.0.0"
versionCode 493
versionName "3.0.1"
setProperty("archivesBaseName", "AffdexMe-$versionName-$versionCode")
}
buildTypes {