Skip to content

Commit

Permalink
Merge pull request #433 from elimu-ai/432-Switch-from-Archiva-to-Bintray
Browse files Browse the repository at this point in the history
#432 Switch from Archiva to Bintray
  • Loading branch information
nya-elimu authored Jun 19, 2020
2 parents 245c458 + 423dabe commit 91a5309
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
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
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ allprojects {
jcenter()
mavenCentral()
maven {
url "http://archiva.educativo.eu:8081/repository/internal/"
url "https://dl.bintray.com/elimu-ai/maven/"
}
maven {
url "https://dl.bintray.com/qualeams/Android-Face-Recognition-Deep-Learning-Library/"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions contentprovider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To import the library, you first need to add our repository in app/build.gradle:
repositories {
mavenLocal()
maven {
url "http://archiva.educativo.eu:8081/repository/internal/"
url "https://dl.bintray.com/elimu-ai/maven/"
}
}
```
Expand All @@ -17,7 +17,7 @@ Then, add the following dependencies:
dependencies {
...
compile 'org.literacyapp:literacyapp-model:1.1.56'
compile 'ai.elimu:model:1.1.67'
compile 'org.literacyapp:contentprovider:1.1.1'
compile 'org.greenrobot:greendao:3.2.0'
}
Expand Down
2 changes: 1 addition & 1 deletion contentprovider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
})
testCompile 'junit:junit:4.12'

compile 'org.literacyapp:literacyapp-model:1.1.56'
compile 'ai.elimu:model:1.1.67'
compile 'org.greenrobot:greendao:3.2.0'
compile 'com.android.support:appcompat-v7:23.4.0'
}

0 comments on commit 91a5309

Please sign in to comment.