Skip to content

Commit 5e329ae

Browse files
authored
Merge pull request #353 from BranchMetrics/android-dependencies
fixed conflicting android dependencies
2 parents 53b4685 + 4f34c79 commit 5e329ae

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ android {
77
dependencies {
88
// multidex for frameworks
99
compile 'com.android.support:multidex:1.0.1'
10-
// branch sdk
10+
// Branch sdk
1111
compile 'io.branch.sdk.android:library:2+'
12-
// branch app indexing
13-
compile 'com.google.android.gms:play-services-appindexing:9.+'
14-
// branch chrome tabs for better matching
15-
compile 'com.android.support:customtabs:23.3.0'
16-
// branch gaid for better device matching (TODO: turned off because it conflicts with other plugins)
12+
// Branch app indexing
13+
// compile 'com.google.android.gms:play-services-appindexing:9.+'
14+
// Branch chrome tabs for better matching
15+
// compile 'com.android.support:customtabs:23.3.0'
16+
// Branch GAID for better device matching (TODO: turned off because it conflicts with other plugins)
1717
// compile 'com.google.android.gms:play-services-ads:11+'
1818
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "branch-cordova-sdk",
33
"description": "Branch Metrics Cordova SDK",
44
"main": "src/branch.js",
5-
"version": "2.6.6",
5+
"version": "2.6.7",
66
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
77
"repository": {
88
"type": "git",

plugin.template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SOFTWARE.
2424
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2525
xmlns:android="http://schemas.android.com/apk/res/android"
2626
id="branch-cordova-sdk"
27-
version="2.6.6">
27+
version="2.6.7">
2828

2929
<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
3030

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SOFTWARE.
2424
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2525
xmlns:android="http://schemas.android.com/apk/res/android"
2626
id="branch-cordova-sdk"
27-
version="2.6.6">
27+
version="2.6.7">
2828

2929
<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
3030

0 commit comments

Comments
 (0)