mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Indic Keyboard to 3.6.1 (111)
This commit is contained in:
parent
131ebcbd57
commit
62fae4da77
1 changed files with 48 additions and 2 deletions
|
|
@ -415,10 +415,56 @@ Builds:
|
||||||
- mv ../native/libs/* jniLibs/
|
- mv ../native/libs/* jniLibs/
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 3.6.1
|
||||||
|
versionCode: 110
|
||||||
|
commit: d0dd7d0832aeae4cfc6cc9e0142b61c26967663f
|
||||||
|
subdir: java
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y file make
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i 's/include .*/include "armeabi-v7a"/' build.gradle
|
||||||
|
scanignore:
|
||||||
|
- dictionaries/*.combined.gz
|
||||||
|
scandelete:
|
||||||
|
- dictionaries-indic/
|
||||||
|
- java/jniLibs/
|
||||||
|
- ime/package.json
|
||||||
|
- ime/libs/
|
||||||
|
build:
|
||||||
|
- $$NDK$$/ndk-build -e "APP_ABI=armeabi-v7a" -e "APP_CFLAGS += -w" -C ../native/jni
|
||||||
|
- mv ../native/libs/* jniLibs/
|
||||||
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 3.6.1
|
||||||
|
versionCode: 111
|
||||||
|
commit: d0dd7d0832aeae4cfc6cc9e0142b61c26967663f
|
||||||
|
subdir: java
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y file make
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i 's/include .*/include "arm64-v8a"/' build.gradle
|
||||||
|
scanignore:
|
||||||
|
- dictionaries/*.combined.gz
|
||||||
|
scandelete:
|
||||||
|
- dictionaries-indic/
|
||||||
|
- java/jniLibs/
|
||||||
|
- ime/package.json
|
||||||
|
- ime/libs/
|
||||||
|
build:
|
||||||
|
- $$NDK$$/ndk-build -e "APP_ABI=arm64-v8a" -e "APP_CFLAGS += -w" -C ../native/jni
|
||||||
|
- mv ../native/libs/* jniLibs/
|
||||||
|
ndk: r21e
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
- '%c'
|
- '%c'
|
||||||
- '%c + 1'
|
- '%c + 1'
|
||||||
CurrentVersion: 3.6.0
|
CurrentVersion: 3.6.1
|
||||||
CurrentVersionCode: 106
|
CurrentVersionCode: 111
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue