mirror of
https://github.com/tachiyomiorg/extensions-lib.git
synced 2024-11-22 11:19:18 +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.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.1.2'
|
ext.kotlin_version = '1.1.4'
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
|
|||||||
apply plugin: 'com.github.dcendents.android-maven'
|
apply plugin: 'com.github.dcendents.android-maven'
|
||||||
apply plugin: 'com.jfrog.bintray'
|
apply plugin: 'com.jfrog.bintray'
|
||||||
|
|
||||||
version = '1.1'
|
version = '1.2'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 25
|
compileSdkVersion 25
|
||||||
@ -25,9 +25,9 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
provided "com.squareup.okhttp3:okhttp:3.5.0"
|
provided "com.squareup.okhttp3:okhttp:3.8.1"
|
||||||
provided "io.reactivex:rxjava:1.2.4"
|
provided "io.reactivex:rxjava:1.3.0"
|
||||||
provided "org.jsoup:jsoup:1.10.1"
|
provided "org.jsoup:jsoup:1.10.2"
|
||||||
provided "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
provided "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10,6 +10,8 @@ interface SChapter {
|
|||||||
|
|
||||||
var chapter_number: Float
|
var chapter_number: Float
|
||||||
|
|
||||||
|
var scanlator: String?
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
fun create(): SChapter {
|
fun create(): SChapter {
|
||||||
throw Exception("Stub!")
|
throw Exception("Stub!")
|
||||||
|
Loading…
Reference in New Issue
Block a user