diff --git a/metadata/ca.chancehorizon.paseo.yml b/metadata/ca.chancehorizon.paseo.yml index 026907fcdb..ba26623319 100644 --- a/metadata/ca.chancehorizon.paseo.yml +++ b/metadata/ca.chancehorizon.paseo.yml @@ -295,7 +295,18 @@ Builds: gradle: - yes + - versionName: 1.5.1 + versionCode: 10501 + commit: fef4f337fbaf720173f96ad8abad94f1c969e01b + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 1.5.0 -CurrentVersionCode: 10500 +CurrentVersion: 1.5.1 +CurrentVersionCode: 10501