File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
modules/@shopify/checkout-sheet-kit/android Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -97,14 +97,8 @@ dependencies {
9797 // Uncomment to install dependencies for local development
9898 // implementation("com.facebook.react:react-android:+")
9999
100- // Use local checkout-sheet-kit-android SDK
101- if (findProject(' :checkout-sheet-kit' ) != null ) {
102- implementation project(' :checkout-sheet-kit' )
103- debugImplementation project(' :checkout-sheet-kit' )
104- } else {
105- implementation(" com.shopify:checkout-sheet-kit:${ SHOPIFY_CHECKOUT_SDK_VERSION} " )
106- debugImplementation(" com.shopify:checkout-sheet-kit:${ SHOPIFY_CHECKOUT_SDK_VERSION} " )
107- }
100+ implementation(" com.shopify:checkout-sheet-kit:${ SHOPIFY_CHECKOUT_SDK_VERSION} " )
108101 implementation(" com.fasterxml.jackson.core:jackson-databind:2.12.5" )
102+ debugImplementation(" com.shopify:checkout-sheet-kit:${ SHOPIFY_CHECKOUT_SDK_VERSION} " )
109103}
110104
Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ buildscript {
1717 classpath(" com.android.tools.build:gradle:8.6.0" )
1818 classpath(" com.facebook.react:react-native-gradle-plugin" )
1919 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin" )
20- classpath(" org.jetbrains.kotlin:kotlin-serialization:$kotlinVersion " )
21- classpath(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8" )
2220 }
2321}
2422
You can’t perform that action at this time.
0 commit comments