Update Indic Keyboard to 3.6.1 (111)

This commit is contained in:
F-Droid checkupdates bot 2024-10-13 14:28:11 +00:00
parent 131ebcbd57
commit 62fae4da77

View file

@ -415,10 +415,56 @@ Builds:
- mv ../native/libs/* jniLibs/
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
UpdateCheckMode: Tags
VercodeOperation:
- '%c'
- '%c + 1'
CurrentVersion: 3.6.0
CurrentVersionCode: 106
CurrentVersion: 3.6.1
CurrentVersionCode: 111