diff --git a/metadata/com.chancehorizon.just24hoursplus.yml b/metadata/com.chancehorizon.just24hoursplus.yml index d9ffd84369..2eac8504da 100644 --- a/metadata/com.chancehorizon.just24hoursplus.yml +++ b/metadata/com.chancehorizon.just24hoursplus.yml @@ -61,7 +61,20 @@ Builds: rm: - app/build/ + - versionName: 1.4.1 + versionCode: 10401 + commit: 445392d2198fb768d45ad16bf8f8093a5b14fd75 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + rm: + - app/build/ + AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 1.4.0 -CurrentVersionCode: 10400 +CurrentVersion: 1.4.1 +CurrentVersionCode: 10401