Logan B db10d901f8 Fix myreadingmanga having non-working images every 2nd image (#422)
Fix myreadingmanga having non-working images every 2nd image
2018-08-01 12:06:19 -04:00

18 lines
331 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: MyReadingManga'
pkgNameSuffix = "all.myreadingmanga"
extClass = '.MyReadingMangaFactory'
extVersionCode = 4
extVersionSuffix = 3
libVersion = '1.2'
}
dependencies {
}
apply from: "$rootDir/common.gradle"