Skip to content

Commit

Permalink
chore: updated npm version to 2.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Oct 30, 2017
1 parent 5ffebb5 commit 2feaaaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "branch-cordova-sdk",
"description": "Branch Metrics Cordova SDK",
"main": "src/branch.js",
"version": "2.6.15",
"version": "2.6.16",
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
"repository": {
"type": "git",
Expand Down
13 changes: 4 additions & 9 deletions plugin.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="branch-cordova-sdk"
version="2.6.15">
version="2.6.16">

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

Expand Down Expand Up @@ -62,8 +62,8 @@ SOFTWARE.
</feature>
</config-file>

<source-file src="src/android/io/branch/BranchSDK.java" target-dir="src/io/branch" />
<framework src="build.gradle" custom="true" type="gradleReference" />
<source-file src="src/android/BranchSDK.java" target-dir="src/io/branch" />
<source-file src="src/android/BranchSDK.jar" />
</platform>

<!-- iOS -->
Expand All @@ -80,11 +80,6 @@ SOFTWARE.
<framework src="AdSupport.framework" />
<framework src="CoreSpotlight.framework" />
<framework src="MobileCoreServices.framework" />

<header-file src="src/ios/BranchNPM.h" />
<header-file src="src/ios/BranchSDK.h" />
<source-file src="src/ios/BranchSDK.m" />
<source-file src="src/ios/AppDelegate+BranchSdk.m" />
<!--[Branch Framework Reference]-->
<framework src="src/ios/Branch.framework" />
</platform>
</plugin>
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="branch-cordova-sdk"
version="2.6.15">
version="2.6.16">

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

Expand Down

0 comments on commit 2feaaaf

Please sign in to comment.