Update DroidTR IME to 7.0 (45)
This commit is contained in:
parent
d7e5d02109
commit
0575038487
|
|
@ -5,7 +5,7 @@ WebSite: https://gitlab.com/droidtr/org.droidtr.keyboard
|
||||||
SourceCode: https://gitlab.com/droidtr/org.droidtr.keyboard
|
SourceCode: https://gitlab.com/droidtr/org.droidtr.keyboard
|
||||||
IssueTracker: https://gitlab.com/droidtr/org.droidtr.keyboard/issues
|
IssueTracker: https://gitlab.com/droidtr/org.droidtr.keyboard/issues
|
||||||
|
|
||||||
AutoName: DroidTR keyboard
|
AutoName: DroidTR IME
|
||||||
Description: |-
|
Description: |-
|
||||||
Features:
|
Features:
|
||||||
* Small size
|
* Small size
|
||||||
|
|
@ -100,7 +100,21 @@ Builds:
|
||||||
make
|
make
|
||||||
- mv bin/app.ap_ bin/app.apk
|
- mv bin/app.ap_ bin/app.apk
|
||||||
|
|
||||||
|
- versionName: '7.0'
|
||||||
|
versionCode: 45
|
||||||
|
commit: '7.0'
|
||||||
|
output: bin/app.apk
|
||||||
|
rm:
|
||||||
|
- bin
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e 's|~/Android/Sdk|$$SDK$$|' -e 's/ sign//' Makefile
|
||||||
|
- android update sdk --no-ui --filter android-28
|
||||||
|
build:
|
||||||
|
- JAVA_HOME=$(file /etc/alternatives/javac | cut -d " " -f 5|cut -d "/" -f 1-5)
|
||||||
|
make
|
||||||
|
- mv bin/app.ap_ bin/app.apk
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '6.7'
|
CurrentVersion: '7.0'
|
||||||
CurrentVersionCode: 44
|
CurrentVersionCode: 45
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue