mirror of
https://github.com/tachiyomiorg/extensions-lib.git
synced 2024-11-22 03:09:17 +01:00
Add scanlator
This commit is contained in:
parent
e8aaa4327f
commit
4a718fbb21
@ -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()
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
||||
|
@ -10,6 +10,8 @@ interface SChapter {
|
||||
|
||||
var chapter_number: Float
|
||||
|
||||
var scanlator: String?
|
||||
|
||||
companion object {
|
||||
fun create(): SChapter {
|
||||
throw Exception("Stub!")
|
||||
|
Loading…
Reference in New Issue
Block a user