update build.gradle to pull a specific version of the sdk

This commit is contained in:
Abdelrahman Mahmoud 2016-03-05 15:45:19 -05:00
parent d784ba9121
commit 871cf1ee17
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.0.+')
compile('com.affectiva.android:affdexsdk:3.0.1')
//include project dependencies
compile 'com.android.support:support-v4:23.1.1'