mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-04 17:59:45 +00:00
AnySoftKeyboard: Fix build
This commit is contained in:
parent
e67cb20482
commit
e35216e185
1 changed files with 2 additions and 1 deletions
|
|
@ -195,7 +195,8 @@ Build:1.8.503,1828
|
|||
gradle=yes
|
||||
forceversion=yes
|
||||
rm=app/src/main/res/raw/words_*.dict
|
||||
prebuild=sed -i -e '/versionCode/d' -e '/versionName/aversionCode $$VERCODE$$' build.gradle
|
||||
prebuild=sed -i -e '/versionCode/d' -e '/versionName/aversionCode $$VERCODE$$' build.gradle && \
|
||||
sed -i -e '/crashlytics/,$d' build.gradle
|
||||
preassemble=:makeEnglishDictionary
|
||||
|
||||
Maintainer Notes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue