mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-25 23:25:12 +00:00
61 lines
1.8 KiB
YAML
61 lines
1.8 KiB
YAML
Categories:
|
|
- Writing
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/AnySoftKeyboard/AnySoftKeyboard/
|
|
IssueTracker: https://github.com/AnySoftKeyboard/AnySoftKeyboard/issues
|
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
|
|
|
|
AutoName: AnySoftKeyboard - Russian Language Pack
|
|
Description: |-
|
|
Russian layouts and a dictionary for auto-complete for AnySoftKeyboard.
|
|
|
|
Dictionary comes from AOSP.
|
|
|
|
Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
|
|
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
|
|
|
|
Builds:
|
|
- versionName: '2.0'
|
|
versionCode: 100
|
|
commit: russion_2.0
|
|
gradle:
|
|
- yes
|
|
forceversion: true
|
|
preassemble:
|
|
- :makeDictionary
|
|
|
|
- versionName: 2.0.1
|
|
versionCode: 101
|
|
commit: russian_2.0.1
|
|
gradle:
|
|
- yes
|
|
forceversion: true
|
|
preassemble:
|
|
- :makeDictionary
|
|
|
|
- versionName: 4.0.1396
|
|
versionCode: 2908
|
|
commit: 1.10-r4
|
|
subdir: addons/languages/russian2
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -t stretch-backports openjdk-11-jdk-headless openjdk-11-jre-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
output: ../../../outputs/apks/release/addons-languages-*-$$VERCODE$$.apk
|
|
prebuild:
|
|
- echo "//gradleVersion = '6.8.3'" | tee build.gradle
|
|
- sed -i -e '/Data\.versionCode/ c versionCode $$VERCODE$$' -e '/Data\.versionName/
|
|
c versionName "$$VERSION$$"' ../../../gradle/versioning_apk.gradle
|
|
scanignore:
|
|
- addons/languages/*/pack/dictionary/*.gz
|
|
ndk: r14b
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 4.0.1396
|
|
CurrentVersionCode: 2908
|