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.
This commit is contained in:
Andy Dennie 2016-07-20 12:09:34 -04:00
parent fa6580bb3f
commit 26b620e190

View file

@ -14,6 +14,7 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
mavenLocal()
maven { maven {
url "http://maven.affectiva.com" url "http://maven.affectiva.com"
} }