mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Passky - update
This commit is contained in:
parent
6ca5869357
commit
0b830dd836
1 changed files with 16 additions and 5 deletions
|
|
@ -1,5 +1,3 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Security
|
||||
License: GPL-3.0-only
|
||||
|
|
@ -21,6 +19,7 @@ Repo: https://github.com/Rabbit-Company/Passky-Android.git
|
|||
Builds:
|
||||
- versionName: 6.0.1
|
||||
versionCode: 10
|
||||
disable: Website icons are now disabled by default. This will increase your privacy.
|
||||
commit: dbfdc267dba69ac8992435c4826f50efb2e7857e
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
@ -32,6 +31,7 @@ Builds:
|
|||
|
||||
- versionName: 6.0.2
|
||||
versionCode: 11
|
||||
disable: Website icons are now disabled by default. This will increase your privacy.
|
||||
commit: 95fce307a0d7a2889e51b45eea77d352ecaeea49
|
||||
subdir: app
|
||||
sudo:
|
||||
|
|
@ -41,7 +41,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
- versionName: 7.0.0
|
||||
versionCode: 13
|
||||
commit: 0e6d9af76736b09248a9065fbc1ccfacbaff1227
|
||||
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
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 6.0.2
|
||||
CurrentVersionCode: 11
|
||||
CurrentVersion: 7.0.0
|
||||
CurrentVersionCode: 13
|
||||
|
|
|
|||
Loading…
Reference in a new issue