mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
Nighthawk rebranding and repo changes
This commit is contained in:
parent
bdc79b3d9f
commit
2cee8f0d65
1 changed files with 20 additions and 6 deletions
|
|
@ -4,15 +4,15 @@ License: Apache-2.0
|
|||
AuthorName: Nighthawk Apps
|
||||
AuthorEmail: nighthawkwallet@protonmail.com
|
||||
WebSite: https://nighthawkwallet.com/
|
||||
SourceCode: https://github.com/nighthawk-apps/nighthawk-wallet-android
|
||||
SourceCode: https://github.com/nighthawk-apps/nighthawk-android-wallet
|
||||
IssueTracker: https://github.com/nighthawk-apps/nighthawk-wallet-android/issues
|
||||
Translation: https://crowdin.com/project/nighthawk-wallet
|
||||
Changelog: https://github.com/nighthawk-apps/nighthawk-wallet-android/releases
|
||||
Changelog: https://github.com/nighthawk-apps/nighthawk-android-wallet/releases
|
||||
|
||||
AutoName: Nighthawk
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/nighthawk-apps/nighthawk-wallet-android
|
||||
Repo: https://github.com/nighthawk-apps/nighthawk-android-wallet
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.25
|
||||
|
|
@ -199,8 +199,22 @@ Builds:
|
|||
- zcashmainnet
|
||||
ndk: r25
|
||||
|
||||
- versionName: 2.2.10
|
||||
versionCode: 20210800
|
||||
commit: 51aef35ce72103c1b084a11b272d621637c2aa3c
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- zcashmainnet
|
||||
scandelete:
|
||||
- build-conventions-secant/build
|
||||
ndk: r25
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: buildSrc/src/main/java/com/nighthawkapps/wallet/android/Dependencies.kt|versionCode\s=\s([\d_]+)|.|versionName\s=\s"([\d.]+)"
|
||||
CurrentVersion: 2.0.05
|
||||
CurrentVersionCode: 20005200
|
||||
UpdateCheckData: gradle.properties|ZCASH_VERSION_CODE\s*=\s*([\d_]+)|.|ZCASH_VERSION_NAME\s*=\s*([\d.]+)
|
||||
CurrentVersion: 2.2.10
|
||||
CurrentVersionCode: 20210800
|
||||
|
|
|
|||
Loading…
Reference in a new issue