Skip to content

Commit 2e352cc

Browse files
fix: remove absolute user path
1 parent 30cf944 commit 2e352cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sample/android/settings.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ rootProject.name = 'ReactNative'
77
include ':app'
88
include ':react-native-config'
99

10-
// Include local checkout-sheet-kit-android SDK
11-
include ':checkout-sheet-kit'
12-
project(':checkout-sheet-kit').projectDir = new File('/Users/ko/src/github.com/Shopify/checkout-sheet-kit-android/lib')
13-
1410
includeBuild('../../node_modules/@react-native/gradle-plugin')
1511

1612
project(':react-native-config').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-config/android')

0 commit comments

Comments
 (0)