keypass - update, fix UCD

This commit is contained in:
Licaon_Kter 2023-05-17 09:47:30 +00:00
parent b44ad636e0
commit cc4f869bdb

View file

@ -159,7 +159,19 @@ Builds:
gradle:
- production
- versionName: 1.4.13
versionCode: 1413
commit: 42ef3fac23eef3b733374f806e90b4159a255a1f
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
gradle:
- production
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.4.12
CurrentVersionCode: 1412
UpdateCheckData: app/build.gradle.kts|versionCode =\s(\d+)|.|versionName = "(\d.+)+"
CurrentVersion: 1.4.13
CurrentVersionCode: 1413