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 {
77dependencies {
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}
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments