update to Affdex Android SDK 3.1.2
This commit is contained in:
parent
2814476a36
commit
0c45feae4a
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "com.affectiva.affdexme"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 23
|
||||
versionCode 683
|
||||
versionName "3.1.1"
|
||||
versionCode 684
|
||||
versionName "3.1.2"
|
||||
setProperty("archivesBaseName", "AffdexMe-$versionName-$versionCode")
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -37,7 +37,7 @@ android {
|
|||
|
||||
dependencies {
|
||||
//include the Affdex SDK
|
||||
compile('com.affectiva.android:affdexsdk:3.1.1')
|
||||
compile('com.affectiva.android:affdexsdk:3.1.2')
|
||||
|
||||
//include project dependencies
|
||||
compile 'com.android.support:support-v4:23.1.1'
|
||||
|
|
Loading…
Reference in a new issue