Update Key Mapper to 2.6.0 (63)

This commit is contained in:
F-Droid checkupdates bot 2023-10-07 13:23:26 +00:00
parent 6f535cc8c2
commit 4951dd4a12

View file

@ -266,8 +266,20 @@ Builds:
- yes
prebuild: sed -i -e '/bintray/d' ../build.gradle
- versionName: 2.6.0
versionCode: 63
commit: 6000845aefa85146d8cefacab04810b3d9728b8a
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- yes
prebuild: sed -i -e '/bintray/d' ../build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
UpdateCheckData: app/version.properties|VERSION_CODE=(\d+)|.|VERSION_NAME=(.+)
CurrentVersion: 2.5.0
CurrentVersionCode: 62
CurrentVersion: 2.6.0
CurrentVersionCode: 63