diff --git a/metadata/com.github.cvzi.screenshottile.yml b/metadata/com.github.cvzi.screenshottile.yml index 94a6c390dd..1e9ec770c2 100644 --- a/metadata/com.github.cvzi.screenshottile.yml +++ b/metadata/com.github.cvzi.screenshottile.yml @@ -10,7 +10,7 @@ Changelog: https://github.com/cvzi/ScreenshotTile/blob/HEAD/CHANGELOG.md Liberapay: cuzi Bitcoin: 3KDs3RjvsKzbFQ8XoHkGqZxQtSxn2WYbn1 -AutoName: Screenshot Tile (NoRoot) +AutoName: Screenshot Tile RepoType: git Repo: https://github.com/cvzi/ScreenshotTile @@ -651,7 +651,20 @@ Builds: rm: - .github + - versionName: 2.0.0-beta5 + versionCode: 80 + commit: 9b2c602a13ea4c0ff404e20d8f22b1292b25ae79 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + rm: + - .github + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 2.0.0-beta4 -CurrentVersionCode: 79 +CurrentVersion: 2.0.0-beta5 +CurrentVersionCode: 80