We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 775333e + 50bc721 commit ea6df31Copy full SHA for ea6df31
build-branch-extras.gradle
@@ -0,0 +1,3 @@
1
+dependencies {
2
+ compile ('io.branch.sdk.android:library:2.+')
3
+}
plugin.xml
@@ -76,7 +76,8 @@ SOFTWARE.
76
</intent-filter>
77
</config-file>
78
<source-file src="src/android/io/branch/BranchSDK.java" target-dir="src/io/branch" />
79
- <framework src="io.branch.sdk.android:library:1+" />
+ <!-- <framework src="io.branch.sdk.android:library:2+" /> -->
80
+ <framework src="build-branch-extras.gradle" custom="true" type="gradleReference" />
81
</platform>
82
83
<!-- ios -->
0 commit comments