
* The Library of Ohara - new extension * add indonesian and spanish, move to all * Add Italian, French, Arabic * Choose correct thumbnail depending on language * Some tweaks Co-authored-by: D-Dennis <d-dennis@users.noreply.github.com> Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
13 lines
285 B
Groovy
13 lines
285 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'The Library of Ohara'
|
|
pkgNameSuffix = 'all.thelibraryofohara'
|
|
extClass = '.TheLibraryOfOharaFactory'
|
|
extVersionCode = 1
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|