mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
misc fixes
This commit is contained in:
parent
6b350d1fea
commit
7a780ad0be
2 changed files with 4 additions and 48 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue