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:
parent
fa6580bb3f
commit
26b620e190
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ buildscript {
|
|||
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven {
|
||||
url "http://maven.affectiva.com"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue