diff --git a/metadata/com.github.cvzi.screenshottile.yml b/metadata/com.github.cvzi.screenshottile.yml index a387b5800b..2d225e22d1 100644 --- a/metadata/com.github.cvzi.screenshottile.yml +++ b/metadata/com.github.cvzi.screenshottile.yml @@ -915,7 +915,20 @@ Builds: rm: - .github + - versionName: 2.6.2 + versionCode: 111 + commit: a60653e0ac109b56724fcb5d3cf83a9826231f3c + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + rm: + - .github + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 2.6.1 -CurrentVersionCode: 110 +CurrentVersion: 2.6.2 +CurrentVersionCode: 111