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.
1 parent 63e5ac6 commit 1265eb1Copy full SHA for 1265eb1
build-branch-extras.gradle
@@ -0,0 +1,5 @@
1
+dependencies {
2
+ compile ('io.branch.sdk.android:library:2.+') {
3
+ exclude module: 'answers-shim'
4
+ }
5
+}
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