Use the new version number of AffdexSDK

3.1-108 instead of just 3.1
This commit is contained in:
Mostafa Zaher Hosney 2016-07-20 17:37:20 +02:00 committed by GitHub
parent cd77fa5f91
commit fa6580bb3f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ android {
dependencies {
//include the Affdex SDK
compile('com.affectiva.android:affdexsdk:3.1')
compile('com.affectiva.android:affdexsdk:3.1-108')
//include project dependencies
compile 'com.android.support:support-v4:23.1.1'