Update the version string and build number
This commit is contained in:
parent
a0b2dc1f5f
commit
b413faef03
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue