From 26b620e19015b24d02e3fb8990c22f40c0824585 Mon Sep 17 00:00:00 2001 From: Andy Dennie Date: Wed, 20 Jul 2016 12:09:34 -0400 Subject: [PATCH] put mavenLocal ahead of maven.affectiva.com in build.gradle this should eliminate the issue with affdexme's Jenkin's job picking up a stale copy of the sdk aar from maven.affectiva.com. --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 1e92f4d..2a5715a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,7 @@ buildscript { allprojects { repositories { + mavenLocal() maven { url "http://maven.affectiva.com" }