Skip to content

Commit ea6df31

Browse files
authored
Merge pull request #209 from BranchMetrics/crashlytics-conflict
fix: Create path for Crashlytics harmony
2 parents 775333e + 50bc721 commit ea6df31

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build-branch-extras.gradle

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

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)