diff --git a/metadata/org.joinmastodon.android.yml b/metadata/org.joinmastodon.android.yml index 9a4d03a288..80c25218c7 100644 --- a/metadata/org.joinmastodon.android.yml +++ b/metadata/org.joinmastodon.android.yml @@ -18,54 +18,6 @@ RepoType: git Repo: https://github.com/mastodon/mastodon-android.git Builds: - - versionName: 1.1.3 - versionCode: 39 - disable: switch to F-Droid signature - commit: v1.1.3 - subdir: mastodon - sudo: - - apt-get update - - apt-get install -y openjdk-17-jdk-headless - - update-alternatives --auto java - gradle: - - yes - - - versionName: 1.1.4 - versionCode: 45 - disable: not reproducible due to png optimization - commit: e10faeefc4201861e44b10fe8e071597d11ddc6a - subdir: mastodon - sudo: - - apt-get update - - apt-get install -y openjdk-17-jdk-headless - - update-alternatives --auto java - output: build/outputs/apk/githubRelease/*.apk - build: gradle assembleGithubRelease - - - versionName: 1.2.0 - versionCode: 50 - disable: in-app updater - commit: dd582c4bee273234044d7aafd60bdaecb616c4ef - subdir: mastodon - sudo: - - apt-get update - - apt-get install -y openjdk-17-jdk-headless - - update-alternatives --auto java - output: build/outputs/apk/githubRelease/*.apk - build: gradle assembleGithubRelease - - - versionName: 1.2.1 - versionCode: 52 - disable: in-app updater - commit: d93d66f702caa7c205f34cc996a42cf56ad4215e - subdir: mastodon - sudo: - - apt-get update - - apt-get install -y openjdk-17-jdk-headless - - update-alternatives --auto java - output: build/outputs/apk/githubRelease/*.apk - build: gradle assembleGithubRelease - - versionName: 1.2.2 versionCode: 53 commit: 0a17ceb9840ea74db80c7f9907bdf36deac3586b diff --git a/metadata/org.woheller69.whobird.yml b/metadata/org.woheller69.whobird.yml index f35fe09f43..c76968b920 100644 --- a/metadata/org.woheller69.whobird.yml +++ b/metadata/org.woheller69.whobird.yml @@ -34,6 +34,10 @@ Builds: versionCode: 17 commit: fdbeefb1bc38e42dc34b51b524daa2d1505983f7 subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java gradle: - yes