From 0c45feae4ab5148ab0523367956de0b71607cbac Mon Sep 17 00:00:00 2001 From: Andy Dennie Date: Wed, 14 Sep 2016 13:22:57 -0400 Subject: [PATCH] update to Affdex Android SDK 3.1.2 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6c7c046..cee2d33 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'