From 871cf1ee17aad8728e7fe9a5f90d5bde7a70aaea Mon Sep 17 00:00:00 2001 From: Abdelrahman Mahmoud Date: Sat, 5 Mar 2016 15:45:19 -0500 Subject: [PATCH] update build.gradle to pull a specific version of the sdk --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1425142..f8b6203 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'