mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update com.tomer.screenshotsharer.yml
This commit is contained in:
parent
9a3309288e
commit
07d120c516
1 changed files with 14 additions and 3 deletions
|
|
@ -52,7 +52,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '2.1'
|
||||
versionCode: 10
|
||||
commit: '2.1'
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags ^[0-9\.]+$
|
||||
CurrentVersion: '1.9'
|
||||
CurrentVersionCode: 8
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
CurrentVersion: '2.1'
|
||||
CurrentVersionCode: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue