Skip to content

Commit

Permalink
#432 Switch from Archiva to Bintray
Browse files Browse the repository at this point in the history
- Updated Maven URL in README file
  • Loading branch information
jo-elimu committed Dec 28, 2017
1 parent fe862ef commit a34ca0f
Showing 1 changed file with 2 additions and 2 deletions.
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 'org.literacyapp:literacyapp-model:1.1.67'
compile 'org.literacyapp:contentprovider:1.1.1'
compile 'org.greenrobot:greendao:3.2.0'
}
Expand Down

0 comments on commit a34ca0f

Please sign in to comment.