mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
PayNoWay
This commit is contained in:
parent
94d5a1e527
commit
64afcdd4e2
1 changed files with 41 additions and 0 deletions
41
metadata/com.github.samotari.paynoway.yml
Normal file
41
metadata/com.github.samotari.paynoway.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
Categories:
|
||||
- Internet
|
||||
- Money
|
||||
- Security
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Charles Hill
|
||||
SourceCode: https://github.com/samotari/paynoway
|
||||
IssueTracker: https://github.com/samotari/paynoway/issues
|
||||
Changelog: https://github.com/samotari/paynoway/blob/HEAD/CHANGELOG.md
|
||||
|
||||
AutoName: PayNoWay
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/samotari/paynoway
|
||||
|
||||
Builds:
|
||||
- versionName: 2.1.0
|
||||
versionCode: 20100
|
||||
commit: fdroid-v2.1.0
|
||||
subdir: platforms/android/app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- BarcodeScanner@0fc1fd2ff00683d2a2803ba6da63320bcb29fd2c
|
||||
rm:
|
||||
- platforms/android/app/libs/barcodescanner-release-2.1.5.aar
|
||||
build:
|
||||
- pushd $$BarcodeScanner$$
|
||||
- rm local.properties
|
||||
- gradle clean assembleRelease
|
||||
- popd
|
||||
- cp $$BarcodeScanner$$/barcodescanner/build/outputs/aar/barcodescanner-release.aar
|
||||
libs/barcodescanner-release-2.1.5.aar
|
||||
|
||||
MaintainerNotes: BarcodeScanner@2.1.5 is difficult to build due to its outdated toolchain.
|
||||
Use master instead.
|
||||
|
||||
AutoUpdateMode: Version fdroid-v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.1.0
|
||||
CurrentVersionCode: 20100
|
||||
Loading…
Reference in a new issue