Skip to content

Commit 464b51d

Browse files
committed
Update snapshot
1 parent b9da393 commit 464b51d

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
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 = "33.0.0"
66

77
# Version of Shopify Checkout SDK to use with React Native
8-
SHOPIFY_CHECKOUT_SDK_VERSION=3.2.0
8+
SHOPIFY_CHECKOUT_SDK_VERSION=3.2.2
Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,2 @@
1-
# Keep the ObjectMapper and its methods
2-
-keep class com.fasterxml.jackson.databind.ObjectMapper { *; }
3-
41
# Keep Checkout Sheet Kit classes
5-
-keep class com.shopify.checkoutsheetkit.lifecycleevents.CheckoutCompletedEvent { *; }
6-
-keep class com.shopify.checkoutsheetkit.pixelevents.PixelEvent { *; }
7-
-keep class com.shopify.checkoutsheetkit.CheckoutException { *; }
8-
-keep class com.shopify.checkoutsheetkit.CheckoutExpiredException { *; }
9-
-keep class com.shopify.checkoutsheetkit.ClientException { *; }
10-
-keep class com.shopify.checkoutsheetkit.HttpException { *; }
11-
-keep class com.shopify.checkoutsheetkit.ConfigurationException { *; }
12-
-keep class com.shopify.checkoutsheetkit.CheckoutSheetKitException { *; }
2+
-keep class com.shopify.checkoutsheetkit.** { *; }

modules/@shopify/checkout-sheet-kit/package.snapshot.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"RNShopifyCheckoutSheetKit.podspec",
44
"android/build.gradle",
55
"android/gradle.properties",
6+
"android/proguard-rules.pro",
67
"android/src/main/AndroidManifest.xml",
78
"android/src/main/AndroidManifestNew.xml",
89
"android/src/main/java/com/shopify/reactnative/checkoutsheetkit/CustomCheckoutEventProcessor.java",

sample/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ newArchEnabled=false
4141
hermesEnabled=true
4242

4343
# Note: only used here for testing
44-
SHOPIFY_CHECKOUT_SDK_VERSION=3.2.0
44+
SHOPIFY_CHECKOUT_SDK_VERSION=3.2.2

sample/ios/ReactNative/ReactNative.entitlements

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<key>com.apple.developer.associated-domains</key>
66
<array>
77
<string>webcredentials:myshopify.com</string>
8+
<string>applinks:myshopify.com</string>
89
</array>
910
</dict>
1011
</plist>

0 commit comments

Comments
 (0)