
* mangadex: r18 property support * removed log statement * fixed browse/latest not updating on property change * clean up formatting * Mangadex: adds [END] tag back on final chapter. Assign title during details parse * move to preference-stub * add summary * fixed finished status
9 lines
165 B
Groovy
9 lines
165 B
Groovy
apply plugin: 'java-library'
|
|
|
|
dependencies {
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
}
|
|
|
|
sourceCompatibility = "1.6"
|
|
targetCompatibility = "1.6"
|