Skip to content

Commit b98146d

Browse files
committed
use latest android dev
1 parent 0ab7118 commit b98146d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/@shopify/checkout-sheet-kit/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ndkVersion=23.1.7779620
55
buildToolsVersion = "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

sample/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ newArchEnabled=true
4141
hermesEnabled=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

scripts/publish_android_snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
SDK_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

77
if [ ! -d "$SDK_PATH" ]; then
88
echo "Error: checkout-sheet-kit-android not found at $SDK_PATH"

0 commit comments

Comments
 (0)