Skip to content

Commit

Permalink
#432 Switch from Archiva to Bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu committed Dec 28, 2017
1 parent eabd878 commit fe862ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ allprojects {
jcenter()
mavenCentral()
maven {
url "http://archiva.educativo.eu:8081/repository/internal/"
url "https://dl.bintray.com/elimu-ai/maven/"
}
}
}
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 'org.literacyapp:literacyapp-model:1.1.67'
compile 'org.greenrobot:greendao:3.2.0'
compile 'com.android.support:appcompat-v7:23.4.0'
}

0 comments on commit fe862ef

Please sign in to comment.