File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
modules/react-native-shopify-checkout-kit/android Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ def supportsNamespace() {
3636 return (major == 7 && minor >= 3 ) || major >= 8
3737}
3838
39- buildToolsVersion = " 33.0.0"
40- minSdkVersion = 23
41- compileSdkVersion = 33
42- targetSdkVersion = 33
39+ buildToolsVersion = " 33.0.0"
40+ minSdkVersion = 23
41+ compileSdkVersion = 33
42+ targetSdkVersion = 33
4343
44- // We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
45- ndkVersion = " 23.1.7779620"
44+ // We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
45+ ndkVersion = " 23.1.7779620"
4646
4747android {
4848 if (supportsNamespace()) {
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ ndkVersion=23.1.7779620
55buildToolsVersion = "33.0.0"
66
77# Version of Shopify Checkout SDK to use with React Native
8- SHOPIFY_CHECKOUT_SDK_VERSION =0.2 .1
8+ SHOPIFY_CHECKOUT_SDK_VERSION =0.3 .1
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ android.enableJetifier=true
2727# Version of flipper SDK to use with React Native
2828FLIPPER_VERSION =0.182.0
2929
30- # Version of Shopify Checkout SDK to use with React Native
31- SHOPIFY_CHECKOUT_SDK_VERSION =0.2.1
32-
3330# Use this property to specify which architecture you want to build.
3431# You can also override it from the CLI using
3532# ./gradlew <task> -PreactNativeArchitectures=x86_64
You can’t perform that action at this time.
0 commit comments