Alessandro Jean ccb12ca509 Fix the HTTP 403 errors in YES Mangás and other things (#1528)
Fix the HTTP 403 errors in YES Mangás and other things
2019-09-18 21:43:23 -04:00

13 lines
266 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: YES Mangás'
pkgNameSuffix = 'pt.yesmangas'
extClass = '.YesMangas'
extVersionCode = 2
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"