diff --git a/metadata/com.ominous.quickweather.yml b/metadata/com.ominous.quickweather.yml index d33778909c..dd0d6a5851 100644 --- a/metadata/com.ominous.quickweather.yml +++ b/metadata/com.ominous.quickweather.yml @@ -344,7 +344,19 @@ Builds: - yes prebuild: sed -i -e 's/1536m/2048m/' ../gradle.properties + - versionName: 2.5.5 + versionCode: 74 + commit: d49bf576546f0b3c7515906ce7b162a62c016ede + 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.4 -CurrentVersionCode: 73 +CurrentVersion: 2.5.5 +CurrentVersionCode: 74