diff --git a/metadata/com.forrestguice.suntimeswidget.yml b/metadata/com.forrestguice.suntimeswidget.yml index feb91e929d..aea2cbbd71 100644 --- a/metadata/com.forrestguice.suntimeswidget.yml +++ b/metadata/com.forrestguice.suntimeswidget.yml @@ -1050,9 +1050,25 @@ Builds: scanignore: - app/src/main/artwork/map/ne_10m_land.zip + - versionName: 0.16.10 + versionCode: 124 + commit: 657c5c68baa9336b3a7bcb2f53a1abbda0eb3462 + 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.9 -CurrentVersionCode: 123 +CurrentVersion: 0.16.10 +CurrentVersionCode: 124