Skip to content

Commit

Permalink
#432 Switch from Archiva to Bintray
Browse files Browse the repository at this point in the history
- Added Maven repo URL for face recognition library
  • Loading branch information
jo-elimu committed Dec 28, 2017
1 parent 198a992 commit 5434085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies {
compile 'org.greenrobot:greendao:3.2.0'

compile project(':openCVLibrary310')
compile 'ch.zhaw:facerecognitionlibrary:1.4.0'
compile 'ch.zhaw:facerecognitionlibrary:1.5.4'

compile 'org.literacyapp.analytics:eventtracker:1.0.2'

Expand Down
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ allprojects {
maven {
url "https://dl.bintray.com/elimu-ai/maven/"
}
maven {
url "https://dl.bintray.com/qualeams/Android-Face-Recognition-Deep-Learning-Library/"
}
}
}

Expand Down

0 comments on commit 5434085

Please sign in to comment.