apply plugin: 'com.android.application' apply plugin: 'kotlin-android' ext { appName = 'Tachiyomi: WPManga (Many sources)' pkgNameSuffix = "all.wpmanga" extClass = '.WpMangaFactory' extVersionCode = 2 extVersionSuffix = 2 libVersion = '1.2' } dependencies { provided "com.google.code.gson:gson:2.8.0" provided "com.github.salomonbrys.kotson:kotson:2.5.0" } apply from: "$rootDir/common.gradle"