Aria Moradi a2f9d6a4fd
New source: TimelessLeaf (#3552)
* TimelessLeaf: code done

* TimelessLeaf: dark icons by @AbdullahM0hamed

* TimelessLeaf: implemented local search

* TimelessLeaf: new icons by @as280093

* TimelessLeaf: done requested changes
2020-06-17 17:44:23 -04:00

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"