update build.gradle to pull a specific version of the sdk
This commit is contained in:
parent
d784ba9121
commit
871cf1ee17
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue