mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update com.keylesspalace.tusky to 16.0 beta 1
This commit is contained in:
parent
be35f74be9
commit
2cc22b709e
1 changed files with 13 additions and 3 deletions
|
|
@ -365,9 +365,19 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- blue
|
- blue
|
||||||
|
|
||||||
MaintainerNotes: Remove AUM as versionName gets an extra erroneous `-` added
|
- versionName: 16.0 beta 1
|
||||||
|
versionCode: 84
|
||||||
|
commit: v16.0-beta.1
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- blue
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: Tags ^v[\d.]+$
|
||||||
|
UpdateCheckData: app/build.gradle|versionCode\s(\d+)|.|versionName\s"([\d.]+)"
|
||||||
CurrentVersion: '15.1'
|
CurrentVersion: '15.1'
|
||||||
CurrentVersionCode: 83
|
CurrentVersionCode: 83
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue