mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Indic Keyboard to 3.3 (71)
This commit is contained in:
parent
fb90d60641
commit
5bef60e1d4
1 changed files with 34 additions and 0 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in a new issue