diff --git a/metadata/com.forrestguice.suntimeswidget.yml b/metadata/com.forrestguice.suntimeswidget.yml index 237f8e8872..feb91e929d 100644 --- a/metadata/com.forrestguice.suntimeswidget.yml +++ b/metadata/com.forrestguice.suntimeswidget.yml @@ -1034,9 +1034,25 @@ Builds: scanignore: - app/src/main/artwork/map/ne_10m_land.zip + - versionName: 0.16.9 + versionCode: 123 + commit: f9de8c98af9de48d5a2bb23def7947417e32d906 + subdir: app + submodules: true + 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 + prebuild: sed -i -e '/jraska/d' build.gradle + 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.16.8 -CurrentVersionCode: 122 +CurrentVersion: 0.16.9 +CurrentVersionCode: 123