Initial commit

This commit is contained in:
len
2017-01-21 17:55:27 +01:00
commit 14792d2a11
28 changed files with 2307 additions and 0 deletions

13
en-kissmanga/build.gradle Normal file
View File

@@ -0,0 +1,13 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: Kissmanga'
pkgNameSuffix = "en.kissmanga"
extClass = '.Kissmanga'
extVersionCode = 1
extVersionSuffix = 1
libVersion = '1.0'
}
apply from: '../common.gradle'