diff --git a/metadata/com.cyb3rko.flashdim.yml b/metadata/com.cyb3rko.flashdim.yml index c8d08b2e0e..6840efd82d 100644 --- a/metadata/com.cyb3rko.flashdim.yml +++ b/metadata/com.cyb3rko.flashdim.yml @@ -219,7 +219,20 @@ Builds: gradle: - yes + - versionName: 2.4.1 + versionCode: 30 + commit: 311bccfc2fc236228dcb5c79474a449a3ed50d2e + subdir: app + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java + init: sed -i -e '/signingConfigs\? {/,/^ }/d' -e '/signingConfig/d' build.gradle.kts + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 2.4.0 -CurrentVersionCode: 29 +CurrentVersion: 2.4.1 +CurrentVersionCode: 30