Version bump
This commit is contained in:
parent
26c57d9b9d
commit
44508fde83
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "com.affectiva.affdexme"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 23
|
||||
versionCode 493
|
||||
versionName "3.0.1"
|
||||
versionCode 494
|
||||
versionName "3.0.2"
|
||||
setProperty("archivesBaseName", "AffdexMe-$versionName-$versionCode")
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -37,7 +37,7 @@ android {
|
|||
|
||||
dependencies {
|
||||
//include the Affdex SDK
|
||||
compile('com.affectiva.android:affdexsdk:3.0.1')
|
||||
compile('com.affectiva.android:affdexsdk:3.0.2')
|
||||
|
||||
//include project dependencies
|
||||
compile 'com.android.support:support-v4:23.1.1'
|
||||
|
|
Loading…
Reference in a new issue