Update Indic Keyboard to 3.3 (71)

This commit is contained in:
Akshay S Dinesh 2021-06-16 22:48:15 +05:30
parent fb90d60641
commit 5bef60e1d4
No known key found for this signature in database
GPG key ID: F1F27D5E106E93A1

View file

@ -246,6 +246,40 @@ Builds:
- mv ../native/libs/* jniLibs/
ndk: r21d
- versionName: '3.3'
versionCode: 70
commit: v3.3
subdir: java
submodules: true
gradle:
- yes
rm:
- dictionaries/
- dictionaries-indic/
- java/jniLibs/*
prebuild: sed -i '/include/c\include "armeabi-v7a"' build.gradle
build:
- $$NDK$$/ndk-build -e "APP_ABI=armeabi-v7a" -e "APP_CFLAGS += -w" -C ../native/jni
- mv ../native/libs/* jniLibs/
ndk: r21d
- versionName: '3.3'
versionCode: 71
commit: v3.3
subdir: java
submodules: true
gradle:
- yes
rm:
- dictionaries/
- dictionaries-indic/
- java/jniLibs/*
prebuild: sed -i '/include/c\include "arm64-v8a"' build.gradle
build:
- $$NDK$$/ndk-build -e "APP_ABI=arm64-v8a" -e "APP_CFLAGS += -w" -C ../native/jni
- mv ../native/libs/* jniLibs/
ndk: r21d
MaintainerNotes: |-
* needs testing
* dictionary binaries?