File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ android {
7
7
dependencies {
8
8
// multidex for frameworks
9
9
compile ' com.android.support:multidex:1.0.1'
10
- // branch sdk
10
+ // Branch sdk
11
11
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)
17
17
// compile 'com.google.android.gms:play-services-ads:11+'
18
18
}
Original file line number Diff line number Diff line change 2
2
"name" : " branch-cordova-sdk" ,
3
3
"description" : " Branch Metrics Cordova SDK" ,
4
4
"main" : " src/branch.js" ,
5
- "version" : " 2.6.6 " ,
5
+ "version" : " 2.6.7 " ,
6
6
"homepage" : " https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking" ,
7
7
"repository" : {
8
8
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SOFTWARE.
24
24
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
25
25
xmlns : android =" http://schemas.android.com/apk/res/android"
26
26
id =" branch-cordova-sdk"
27
- version =" 2.6.6 " >
27
+ version =" 2.6.7 " >
28
28
29
29
<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
30
30
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SOFTWARE.
24
24
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
25
25
xmlns : android =" http://schemas.android.com/apk/res/android"
26
26
id =" branch-cordova-sdk"
27
- version =" 2.6.6 " >
27
+ version =" 2.6.7 " >
28
28
29
29
<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
30
30
You can’t perform that action at this time.
0 commit comments