Skip to content

Commit 1265eb1

Browse files
committed
fix: Create path for Crashlytics harmony
1 parent 63e5ac6 commit 1265eb1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build-branch-extras.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
dependencies {
2+
compile ('io.branch.sdk.android:library:2.+') {
3+
exclude module: 'answers-shim'
4+
}
5+
}

plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ SOFTWARE.
7676
</intent-filter>
7777
</config-file>
7878
<source-file src="src/android/io/branch/BranchSDK.java" target-dir="src/io/branch" />
79-
<framework src="io.branch.sdk.android:library:1+" />
79+
<!-- <framework src="io.branch.sdk.android:library:2+" /> -->
80+
<framework src="build-branch-extras.gradle" custom="true" type="gradleReference" />
8081
</platform>
8182

8283
<!-- ios -->

0 commit comments

Comments
 (0)