Add scanlator

This commit is contained in:
len 2017-08-15 15:11:49 +02:00
parent e8aaa4327f
commit 4a718fbb21
3 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.1.2'
ext.kotlin_version = '1.1.4'
repositories {
jcenter()
}

View File

@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
version = '1.1'
version = '1.2'
android {
compileSdkVersion 25
@ -25,9 +25,9 @@ android {
}
dependencies {
provided "com.squareup.okhttp3:okhttp:3.5.0"
provided "io.reactivex:rxjava:1.2.4"
provided "org.jsoup:jsoup:1.10.1"
provided "com.squareup.okhttp3:okhttp:3.8.1"
provided "io.reactivex:rxjava:1.3.0"
provided "org.jsoup:jsoup:1.10.2"
provided "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}

View File

@ -10,6 +10,8 @@ interface SChapter {
var chapter_number: Float
var scanlator: String?
companion object {
fun create(): SChapter {
throw Exception("Stub!")