Skip to content

Commit

Permalink
#432 Switch from Archiva to Bintray
Browse files Browse the repository at this point in the history
- Fixed wrong library name
  • Loading branch information
jo-elimu committed Dec 28, 2017
1 parent 5434085 commit 80137ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contentprovider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Then, add the following dependencies:
dependencies {
...
compile 'org.literacyapp:literacyapp-model:1.1.67'
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.67'
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 80137ab

Please sign in to comment.