File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
modules/@shopify/checkout-sheet-kit/android Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ ndkVersion=23.1.7779620
55buildToolsVersion = "35.0.0"
66
77# Version of Shopify Checkout SDK to use with React Native
8- SHOPIFY_CHECKOUT_SDK_VERSION =4.0.0 -SNAPSHOT
8+ SHOPIFY_CHECKOUT_SDK_VERSION =4.0.1 -SNAPSHOT
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ newArchEnabled=true
4141hermesEnabled =true
4242
4343# Note: only used here for testing
44- SHOPIFY_CHECKOUT_SDK_VERSION =4.0.0 -SNAPSHOT
44+ SHOPIFY_CHECKOUT_SDK_VERSION =4.0.1 -SNAPSHOT
Original file line number Diff line number Diff line change 22set -e
33
44SDK_PATH=" ${1:- $HOME / src/ github.com/ Shopify/ checkout-sheet-kit-android} "
5- VERSION=" ${2:- 4.0.0 -SNAPSHOT} "
5+ VERSION=" ${2:- 4.0.1 -SNAPSHOT} "
66
77if [ ! -d " $SDK_PATH " ]; then
88 echo " Error: checkout-sheet-kit-android not found at $SDK_PATH "
You can’t perform that action at this time.
0 commit comments