mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Update Mastodon to 1.2.0 (50)
This commit is contained in:
parent
94ee4ca79c
commit
04c3195486
1 changed files with 13 additions and 2 deletions
|
|
@ -41,7 +41,18 @@ Builds:
|
|||
output: build/outputs/apk/githubRelease/*.apk
|
||||
build: gradle assembleGithubRelease
|
||||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 50
|
||||
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
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.1.4
|
||||
CurrentVersionCode: 45
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 50
|
||||
|
|
|
|||
Loading…
Reference in a new issue