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
1 changed files with 1 additions and 0 deletions

View File

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