mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Bitcoin Wallet to 10.14
This commit is contained in:
parent
240916144d
commit
54a4a539e8
6 changed files with 3257 additions and 2 deletions
|
|
@ -1904,6 +1904,27 @@ Builds:
|
|||
gradle:
|
||||
- prod
|
||||
|
||||
- versionName: '10.14'
|
||||
versionCode: 101400
|
||||
commit: v10.14
|
||||
subdir: wallet
|
||||
sudo:
|
||||
- ln -fs /usr/share/zoneinfo/CET /etc/localtime
|
||||
- dpkg-reconfigure -f noninteractive tzdata
|
||||
- apt-get update
|
||||
- apt-get install -y gradle disorderfs
|
||||
init:
|
||||
- rm /home/vagrant/fdroidserver/gradlew-fdroid
|
||||
- ln -s /usr/bin/gradle /home/vagrant/fdroidserver/gradlew-fdroid
|
||||
- cd ../..
|
||||
- mv de.schildbach.wallet de.schildbach.wallet_underlying
|
||||
- mkdir de.schildbach.wallet
|
||||
- disorderfs --sort-dirents=yes --reverse-dirents=no de.schildbach.wallet_underlying
|
||||
de.schildbach.wallet
|
||||
- cd de.schildbach.wallet/wallet
|
||||
gradle:
|
||||
- prod
|
||||
|
||||
MaintainerNotes: |-
|
||||
When adding new versions, the build recipe must follow the reference build at
|
||||
https://github.com/bitcoin-wallet/bitcoin-wallet/blob/main/build.Containerfile
|
||||
|
|
@ -1911,5 +1932,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '10.11'
|
||||
CurrentVersionCode: 101100
|
||||
CurrentVersion: '10.14'
|
||||
CurrentVersionCode: 101400
|
||||
|
|
|
|||
BIN
metadata/de.schildbach.wallet/signatures/101400/APKSigningBlock
Normal file
BIN
metadata/de.schildbach.wallet/signatures/101400/APKSigningBlock
Normal file
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
3334144
|
||||
BIN
metadata/de.schildbach.wallet/signatures/101400/BITCOIN-.RSA
Normal file
BIN
metadata/de.schildbach.wallet/signatures/101400/BITCOIN-.RSA
Normal file
Binary file not shown.
1617
metadata/de.schildbach.wallet/signatures/101400/BITCOIN-.SF
Normal file
1617
metadata/de.schildbach.wallet/signatures/101400/BITCOIN-.SF
Normal file
File diff suppressed because it is too large
Load diff
1616
metadata/de.schildbach.wallet/signatures/101400/MANIFEST.MF
Normal file
1616
metadata/de.schildbach.wallet/signatures/101400/MANIFEST.MF
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue