From 64afcdd4e2521d3f344bb43c2e1c0b274d3f355f Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Wed, 19 May 2021 07:30:27 +0000 Subject: [PATCH] PayNoWay --- metadata/com.github.samotari.paynoway.yml | 41 +++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 metadata/com.github.samotari.paynoway.yml diff --git a/metadata/com.github.samotari.paynoway.yml b/metadata/com.github.samotari.paynoway.yml new file mode 100644 index 0000000000..e0ea9bb748 --- /dev/null +++ b/metadata/com.github.samotari.paynoway.yml @@ -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