
* Add containsNsfw = true the gradle files of various extensions * Update FMReader build.gradle * Revert extension versions * Mark more extensions
14 lines
274 B
Groovy
14 lines
274 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'Perveden'
|
|
pkgNameSuffix = 'it.perveden'
|
|
extClass = '.Perveden'
|
|
extVersionCode = 3
|
|
libVersion = '1.2'
|
|
containsNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|