apply plugin: 'com.android.application' apply plugin: 'kotlin-android' ext { extName = 'WP MangaStream (multiple sources)' pkgNameSuffix = 'all.wpmangastream' extClass = '.WPMangaStreamFactory' extVersionCode = 47 libVersion = '1.2' } dependencies { implementation project(':lib-ratelimit') } apply from: "$rootDir/common.gradle"