From 62fae4da77ec1ea7de8eefad334a7392f3d76cd7 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 13 Oct 2024 14:28:11 +0000 Subject: [PATCH] Update Indic Keyboard to 3.6.1 (111) --- metadata/org.smc.inputmethod.indic.yml | 50 ++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/metadata/org.smc.inputmethod.indic.yml b/metadata/org.smc.inputmethod.indic.yml index 90ffd59ed0..09a7c369a7 100644 --- a/metadata/org.smc.inputmethod.indic.yml +++ b/metadata/org.smc.inputmethod.indic.yml @@ -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