diff --git a/metadata/com.forrestguice.suntimeswidget.yml b/metadata/com.forrestguice.suntimeswidget.yml index aea2cbbd71..c3b1dc91aa 100644 --- a/metadata/com.forrestguice.suntimeswidget.yml +++ b/metadata/com.forrestguice.suntimeswidget.yml @@ -1066,9 +1066,25 @@ Builds: scanignore: - app/src/main/artwork/map/ne_10m_land.zip + - versionName: 0.16.11 + versionCode: 125 + commit: 7adf3e3e271132dbe5fa5da1ea4e8f9ccaf8ebfd + 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.10 -CurrentVersionCode: 124 +CurrentVersion: 0.16.11 +CurrentVersionCode: 125