* Fix Latest url * Fix Kumanga error 400 bad request * Add support to opening links from the website in main app * TMO: Add support to opening links from the website in main app * TMOHentai: Add support to opening links from the website in main app * Revert "Fix Kumanga error 400 bad request" * Complete Kumanga revert. * Fix plot twist latest again * Update LetorManga gradle
18 lines
409 B
Groovy
18 lines
409 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'Plot Twist No Fansub'
|
|
pkgNameSuffix = 'es.plottwistnofansub'
|
|
extClass = '.PlotTwistNoFansub'
|
|
extVersionCode = 2
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly 'com.google.code.gson:gson:2.8.5'
|
|
compileOnly 'com.github.salomonbrys.kotson:kotson:2.5.0'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|