mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Roboyard to 19 (64)
This commit is contained in:
parent
1696c0eafc
commit
e503c77da5
1 changed files with 17 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ AutoName: Roboyard
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Eastcoast-Laboratories/Roboyard.git
|
||||
Binaries: https://github.com/Eastcoast-Laboratories/Roboyard/raw/master/download/Roboyard_v%v.apk
|
||||
Binaries: https://github.com/Eastcoast-Laboratories/Roboyard/raw/refs/tags/v%v/download/Roboyard_v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '13.2'
|
||||
|
|
@ -67,9 +67,23 @@ Builds:
|
|||
- yes
|
||||
prebuild: echo 'releaseType=Release' > ../package.properties
|
||||
|
||||
- versionName: '19'
|
||||
versionCode: 64
|
||||
commit: d59e06c65588df42da7184bf3837b1fc3bafcf4c
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.3.0
|
||||
prebuild:
|
||||
- git reset --soft ff31b6299298e54b318a16ace622e0c82da13196
|
||||
- echo 'releaseType=Release' > ../package.properties
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-pg-map-id
|
||||
$$OUT$$ 'b767c4a'
|
||||
|
||||
AllowedAPKSigningKeys: c8feba941949e5f0b6c9b7e20eaf52a5c1d4864f4cbbeb39fae9b7e19d1336b0
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '18.2'
|
||||
CurrentVersionCode: 62
|
||||
CurrentVersion: '19'
|
||||
CurrentVersionCode: 64
|
||||
|
|
|
|||
Loading…
Reference in a new issue