Skip to content

Commit 565c443

Browse files
remove classPaths from build.gradle
1 parent eabd2de commit 565c443

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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

sample/android/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)