Add multiple chapters selection and allow to mark them as read/unread

This commit is contained in:
inorichi
2015-11-02 14:42:08 +01:00
parent 22ee78d256
commit faef785fc3
29 changed files with 299 additions and 79 deletions

View File

@@ -23,6 +23,7 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {url "https://clojars.org/repo/"}
maven { url "https://clojars.org/repo/" }
maven { url "http://dl.bintray.com/davideas/maven" }
}
}