mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
F-Droid Client Basic 1.17-alpha0
This commit is contained in:
parent
0ab0ff7491
commit
a3efa689d2
1 changed files with 16 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ Description: |-
|
|||
* Stay safe by checking repo index signatures and APK hashes
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/grote/fdroidclient.git
|
||||
Repo: https://gitlab.com/fdroid/fdroidclient.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.16.2-alpha0
|
||||
|
|
@ -126,6 +126,19 @@ Builds:
|
|||
- libs/sharedTest/src/main/assets
|
||||
- libs/index/src/commonTest/resources
|
||||
|
||||
- versionName: 1.17-alpha0
|
||||
versionCode: 1017000
|
||||
commit: 1.17-alpha0
|
||||
subdir: app
|
||||
gradle:
|
||||
- basic
|
||||
prebuild: printf '\nstrict.release\n' >> gradle.properties
|
||||
scandelete:
|
||||
- app/src/androidTest/assets
|
||||
- app/src/test/resources
|
||||
- libs/sharedTest/src/main/assets
|
||||
- libs/index/src/commonTest/resources
|
||||
|
||||
MaintainerNotes: |
|
||||
This is maintained in tight conjunction with fdroidclient releases.
|
||||
Please check with the fdroidclient maintainers before making
|
||||
|
|
@ -133,5 +146,5 @@ MaintainerNotes: |
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.16.3-alpha5
|
||||
CurrentVersionCode: 160535
|
||||
CurrentVersion: 1.17-alpha0
|
||||
CurrentVersionCode: 1017000
|
||||
|
|
|
|||
Loading…
Reference in a new issue