File tree Expand file tree Collapse file tree 6 files changed +6
-14
lines changed
modules/@shopify/checkout-sheet-kit Expand file tree Collapse file tree 6 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ android {
6565 }
6666
6767 release {
68- minifyEnabled true
68+ minifyEnabled false
6969
7070 // Rules in consumerProguardFiles are automatically included in the ProGuard configuration of any application that uses the library
7171 consumerProguardFiles ' proguard-rules.pro'
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 =3.2.0
8+ SHOPIFY_CHECKOUT_SDK_VERSION =3.2.2
Original file line number Diff line number Diff line change 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.** { *; }
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ newArchEnabled=false
4141hermesEnabled =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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments