Version bump

This commit is contained in:
Mostafa Zaher 2016-06-08 12:49:02 +02:00
parent 26c57d9b9d
commit 44508fde83
1 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "com.affectiva.affdexme" applicationId "com.affectiva.affdexme"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 23 targetSdkVersion 23
versionCode 493 versionCode 494
versionName "3.0.1" versionName "3.0.2"
setProperty("archivesBaseName", "AffdexMe-$versionName-$versionCode") setProperty("archivesBaseName", "AffdexMe-$versionName-$versionCode")
} }
buildTypes { buildTypes {
@ -37,7 +37,7 @@ android {
dependencies { dependencies {
//include the Affdex SDK //include the Affdex SDK
compile('com.affectiva.android:affdexsdk:3.0.1') compile('com.affectiva.android:affdexsdk:3.0.2')
//include project dependencies //include project dependencies
compile 'com.android.support:support-v4:23.1.1' compile 'com.android.support:support-v4:23.1.1'