diff --git a/metadata/com.samco.trackandgraph.yml b/metadata/com.samco.trackandgraph.yml index 6680ed304a..be03ce8e25 100644 --- a/metadata/com.samco.trackandgraph.yml +++ b/metadata/com.samco.trackandgraph.yml @@ -370,7 +370,19 @@ Builds: gradle: - yes + - versionName: 8.1.1 + versionCode: 800002 + commit: 40928e4ce30219982368a694aec7c65c7e639e2e + 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 + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags v -CurrentVersion: 7.0.12 -CurrentVersionCode: 700012 +CurrentVersion: 8.1.1 +CurrentVersionCode: 800002