Tachiyomi-Extensions/src/en/readmangatoday/build.gradle

8 lines
134 B
Groovy
Raw Normal View History

2017-01-21 16:55:27 +00:00
ext {
extName = 'ReadMangaToday'
2017-01-21 16:55:27 +00:00
extClass = '.Readmangatoday'
extVersionCode = 10
2017-01-21 16:55:27 +00:00
}
2017-02-25 15:51:30 +00:00
apply from: "$rootDir/common.gradle"