D-Dennis bcdf9903c6
The Library of Ohara - new extension (#3810)
* 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>
2020-08-29 00:08:32 -04:00

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"