Skip to content

Commit d8048fc

Browse files
authored
Merge pull request #260 from Iterable/jay/MOB-3684-link-local-build
[MOB-3684] create proper link to local RN SDK
2 parents f9c74c3 + d2bf9e6 commit d8048fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ def getModuleVersion() {
2222

2323
dependencies {
2424
implementation 'com.facebook.react:react-native:+'
25-
api 'com.iterable:iterableapi:3.3.8'
25+
api project(':iterableapi')
2626
}

0 commit comments

Comments
 (0)