update to AnySoftKeyboard v1.8-r9
This commit is contained in:
parent
1f1788b1f0
commit
0463e002c6
|
|
@ -198,11 +198,22 @@ Build:1.8.503,1828
|
||||||
sed -i -e '/crashlytics/,$d' build.gradle
|
sed -i -e '/crashlytics/,$d' build.gradle
|
||||||
preassemble=:makeEnglishDictionary
|
preassemble=:makeEnglishDictionary
|
||||||
|
|
||||||
|
Build:1.8.585,1910
|
||||||
|
commit=1.8-r9
|
||||||
|
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:
|
Maintainer Notes:
|
||||||
* Generates english dictionary binary (src/main/res/raw/words_*.dict) from source files (under `english_dictionary` folder. Mostly AOSP word-list)
|
* Generates english dictionary binary (src/main/res/raw/words_*.dict) from source files (under `english_dictionary` folder. Mostly AOSP word-list)
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:1.8.503
|
Current Version:1.8.585
|
||||||
Current Version Code:1828
|
Current Version Code:1910
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue