Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoLegends committed Jul 21, 2017
2 parents 386aed7 + 078f495 commit def5f13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
echo "Skipping streaming SDK download since it's alredy there."
fi

cd $(dirname $0)/src/android/spotify-auth
cd "$(dirname $0)/src/android/spotify-auth"
echo "include ':auth-lib'" > settings.gradle

if [ ! -f "auth-lib/build/outputs/aar/spotify-android-auth-1.0.0.aar" ]; then
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-spotify",
"version": "0.4.0",
"version": "0.4.1",
"description": "Spotify SDK bindings for Cordova Applications",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-spotify" version="0.4.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-spotify" version="0.4.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>cordova-spotify</name>

<hook type="before_plugin_install" src="package.sh" />
Expand Down

0 comments on commit def5f13

Please sign in to comment.