mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Newapp: com.bitcoin.sharedhaven.testnet
This commit is contained in:
parent
41c07cdd46
commit
c9d1eb650e
1 changed files with 49 additions and 0 deletions
49
metadata/com.bitcoin.sharedhaven.testnet.yml
Normal file
49
metadata/com.bitcoin.sharedhaven.testnet.yml
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Depends on mempool.space
|
||||
Categories:
|
||||
- Money
|
||||
- Security
|
||||
- Wallet
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/cortezhanny124/shared_haven
|
||||
IssueTracker: https://github.com/cortezhanny124/shared_haven/issues
|
||||
|
||||
AutoName: SharedHavenTN4
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/cortezhanny124/shared_haven.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.6.4-testnet
|
||||
versionCode: 1
|
||||
commit: 7ce5cbe0262a5da3b947458d6530ae191c61362a
|
||||
output: build/app/outputs/flutter-apk/app-bitcoin_testnet-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sed -i -e '/googleapis/d' android/build.gradle android/settings.gradle
|
||||
- flutterVersion=$(sed -n -E 's/.*Flutter version:\ (.*)/\1/p' pubspec.yaml)
|
||||
- '[[ $flutterVersion ]]'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- android/app/.cxx
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --flavor bitcoin_testnet
|
||||
|
||||
AutoUpdateMode: Version +-testnet %v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.6.4
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue