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"
|
applicationId "com.affectiva.affdexme"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 683
|
versionCode 684
|
||||||
versionName "3.1.1"
|
versionName "3.1.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.1.1')
|
compile('com.affectiva.android:affdexsdk:3.1.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'
|
||||||
|
|
Loading…
Reference in a new issue