mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Switch Mastodon to our own signature
This commit is contained in:
parent
e9c9b44729
commit
5ea9088916
1 changed files with 15 additions and 6 deletions
|
|
@ -15,11 +15,11 @@ AutoName: Mastodon
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mastodon/mastodon-android.git
|
||||
Binaries: https://github.com/mastodon/mastodon-android/releases/download/v%v/mastodon-githubRelease.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.3
|
||||
versionCode: 39
|
||||
disable: switch to F-Droid signature
|
||||
commit: v1.1.3
|
||||
subdir: mastodon
|
||||
sudo:
|
||||
|
|
@ -65,9 +65,18 @@ Builds:
|
|||
output: build/outputs/apk/githubRelease/*.apk
|
||||
build: gradle assembleGithubRelease
|
||||
|
||||
AllowedAPKSigningKeys: a3f19b26da3fe12b0285685f6ecc41515e6a9adcc5530b47c95d847cdae4a7e8
|
||||
- versionName: 1.2.2
|
||||
versionCode: 53
|
||||
commit: 0a17ceb9840ea74db80c7f9907bdf36deac3586b
|
||||
subdir: mastodon
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 50
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.2.2
|
||||
CurrentVersionCode: 53
|
||||
|
|
|
|||
Loading…
Reference in a new issue