Anysoftkeyboard - 1.9.2445

Fix https://gitlab.com/fdroid/fdroiddata/issues/1125
This commit is contained in:
Licaon_Kter 2018-10-17 09:52:26 +00:00
parent 9c57fd7fe6
commit 9b5c08a539

View file

@ -269,6 +269,17 @@ Build:1.9.2055,4630
ndk=r14b
preassemble=:makeEnglishDictionary
Build:1.9.2445,5020
commit=1.9-r5.1
subdir=app
gradle=yes
forceversion=yes
rm=app/src/main/res/raw/words_*.dict
prebuild=sed -i -e '/versionCode/d' -e '/versionName/aversionCode $$VERCODE$$' build.gradle
scandelete=buildSrc,app/src/debug
ndk=r14b
preassemble=:makeEnglishDictionary
Maintainer Notes:
* Generates english dictionary binary (src/main/res/raw/words_*.dict) from source files (under `english_dictionary` folder. Mostly AOSP word-list)