mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-09 13:58:36 +00:00
TICE: enable autoupdate
This commit is contained in:
parent
8a28362fd2
commit
6a6f3d2441
1 changed files with 6 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ Builds:
|
|||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -t stretch-backports openjdk-11-jdk-headless openjdk-11-jre-headless
|
||||
- apt-get install openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- productionFdroid
|
||||
|
|
@ -29,5 +29,8 @@ Builds:
|
|||
- MAPBOX_ACCESS_TOKEN=pk.eyJ1IjoibGV0c21lZXQiLCJhIjoiY2t2djIxcjV0M2FvYTJ3a2xodGM4a2VnZCJ9.nnUefJMO57CJfXPnoO7Rxw
|
||||
- HCAPTCHA_SITE_KEY=b37ebfa6-d625-4196-92e6-e67515f25891
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Static
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckName: Ignore
|
||||
CurrentVersion: '2.1'
|
||||
CurrentVersionCode: 35
|
||||
|
|
|
|||
Loading…
Reference in a new issue