
* TimelessLeaf: code done * TimelessLeaf: dark icons by @AbdullahM0hamed * TimelessLeaf: implemented local search * TimelessLeaf: new icons by @as280093 * TimelessLeaf: done requested changes
13 lines
273 B
Groovy
13 lines
273 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
appName = 'Tachiyomi: TimelessLeaf'
|
|
pkgNameSuffix = 'en.timelessleaf'
|
|
extClass = '.TimelessLeaf'
|
|
extVersionCode = 1
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|