mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Fix com.phpbg.easysync build (set correct app flavour)
This commit is contained in:
parent
abee405d43
commit
70cefb1a2b
1 changed files with 13 additions and 2 deletions
|
|
@ -81,7 +81,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.7'
|
||||
versionCode: 8
|
||||
commit: v1.7
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- paidVersion
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.6'
|
||||
CurrentVersionCode: 7
|
||||
CurrentVersion: '1.7'
|
||||
CurrentVersionCode: 8
|
||||
|
|
|
|||
Loading…
Reference in a new issue