ed85b0a9d9
Currently a single huge APK is produced. For GooglePlay that doesn't matter since since they require a complete bundle, while creating stripped and optimised APKs per device. For alternative downloads - be that directly or via fdroid-like repo currently we download/store about four times more information than needed. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Change-Id: Ic43ef6a3f3e072323ecd57448552379113123e9c
13 lines
562 B
Groovy
13 lines
562 B
Groovy
ext {
|
|
liboAppName = '@APP_NAME@'
|
|
liboSrcRoot = '@LOBUILDDIR@'
|
|
liboInstdir = '@LOBUILDDIR@/instdir'
|
|
liboExampleDocument = '@LOBUILDDIR@/android/default-document/example.odt'
|
|
liboVersionMajor = '@LOOLWSD_VERSION_MAJOR@'
|
|
liboVersionMinor = '@LOOLWSD_VERSION_MAJOR@'
|
|
liboOVersionHash = '@LOOLWSD_VERSION_HASH@'
|
|
liboCoreVersionHash = '@CORE_VERSION_HASH@'
|
|
liboApplicationId = '@ANDROID_PACKAGE_NAME@'
|
|
liboBrandingDir = '@APP_BRANDING_DIR@'
|
|
liboGooglePlay = '@APP_GOOGLE_PLAY@'
|
|
}
|