
* Update NANI? Scans extension to use their API * Fix "Open in Browser" for NANI? Scans extension * Add search intent for NANI? Scans extension * Save chapter url as combination of titleId and chapterId * Share single instance of SimpleDateFormat * Set thumbnail_url on popularMangaParse() and latestUpdatesParse() using new method and share single instance of SimpleDateFormat * Bump versionId Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
13 lines
255 B
Groovy
13 lines
255 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'NANI? Scans'
|
|
pkgNameSuffix = 'en.naniscans'
|
|
extClass = '.NaniScans'
|
|
extVersionCode = 4
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|