From c4b7596e06ec694bf8f4120700a036c8a55b391e Mon Sep 17 00:00:00 2001 From: Hanh Date: Thu, 1 Jun 2023 09:37:38 +1000 Subject: [PATCH] Graceful sync cancellation --- .github/workflows/build-android.yml | 1 - native/zcash-sync | 2 +- pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index 45ec6e9..1fa9465 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -34,7 +34,6 @@ jobs: - name: publish uses: r0adkll/upload-google-play@v1 - if: startsWith(github.ref, 'refs/tags/v') with: serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} packageName: me.hanh.ywallet diff --git a/native/zcash-sync b/native/zcash-sync index 46695c0..1a3fb2f 160000 --- a/native/zcash-sync +++ b/native/zcash-sync @@ -1 +1 @@ -Subproject commit 46695c0544dc2303a7c254f7b6177807e2eb7030 +Subproject commit 1a3fb2f3b0406bb484bd1fe83091da64665e3fbf diff --git a/pubspec.yaml b/pubspec.yaml index a8e0314..18a5a9f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.4.1+446 +version: 1.4.1+447 environment: sdk: ">=2.12.0 <3.0.0"