Update AnySoftKeyboard to latest release
This commit is contained in:
parent
1aac9c566d
commit
70fb338aa8
|
@ -209,6 +209,17 @@ Build:1.8.844,2169
|
|||
sed -i -e '/crashlytics/,$d' build.gradle
|
||||
preassemble=:makeEnglishDictionary
|
||||
|
||||
Build:1.8.1241,2566
|
||||
commit=1.8-r12
|
||||
subdir=app
|
||||
init=sed -i -e '/fabric/d' -e '/canaryCompile/,+2d' ../build.gradle build.gradle
|
||||
gradle=yes
|
||||
forceversion=yes
|
||||
rm=app/src/main/res/raw/words_*.dict
|
||||
prebuild=sed -i -e '/versionCode/d' -e '/versionName/aversionCode $$VERCODE$$' build.gradle && \
|
||||
sed -i -e '/crashlytics/,$d' build.gradle
|
||||
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)
|
||||
|
||||
|
@ -218,5 +229,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.8.844
|
||||
Current Version Code:2169
|
||||
Current Version:1.8.1241
|
||||
Current Version Code:2566
|
||||
|
|
Loading…
Reference in a new issue