diff --git a/metadata/com.ominous.quickweather.yml b/metadata/com.ominous.quickweather.yml index 347729fa29..d33778909c 100644 --- a/metadata/com.ominous.quickweather.yml +++ b/metadata/com.ominous.quickweather.yml @@ -332,7 +332,19 @@ Builds: - yes prebuild: sed -i -e 's/1536m/2048m/' ../gradle.properties + - versionName: 2.5.4 + versionCode: 73 + commit: 0e67150072e719c779d71d66bb352ef218cbbff2 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + prebuild: sed -i -e 's/1536m/2048m/' ../gradle.properties + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 2.5.3 -CurrentVersionCode: 72 +CurrentVersion: 2.5.4 +CurrentVersionCode: 73