diff --git a/metadata/com.forrestguice.suntimeswidget.yml b/metadata/com.forrestguice.suntimeswidget.yml index 8a544b5013..e74c8d1960 100644 --- a/metadata/com.forrestguice.suntimeswidget.yml +++ b/metadata/com.forrestguice.suntimeswidget.yml @@ -895,9 +895,23 @@ Builds: scanignore: - app/src/main/artwork/map/ne_10m_land.zip + - versionName: 0.16.0 + versionCode: 114 + commit: 6c25132a755d6918045f2b84b3dc242c8830ca47 + subdir: app + sudo: + - echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list + - apt-get update + - apt-get install -y -t bullseye openjdk-11-jdk-headless + - update-java-alternatives --set java-1.11.0-openjdk-amd64 + gradle: + - yes + scanignore: + - app/src/main/artwork/map/ne_10m_land.zip + MaintainerNotes: ne_10m_land.zip is from naturalearthdata.com under Public Domain AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 0.15.16 -CurrentVersionCode: 113 +CurrentVersion: 0.16.0 +CurrentVersionCode: 114