Skip to content

Commit

Permalink
Added support framework
Browse files Browse the repository at this point in the history
  • Loading branch information
danpastori committed May 21, 2019
1 parent 64036ec commit 0cd0e86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<service android:name="com.homerours.musiccontrols.MusicControlsNotificationKiller"></service>
</config-file>

<framework src="com.android.support:support-v4:25.1.1" />

<source-file src="src/android/MusicControls.java" target-dir="src/com/homerours/musiccontrols" />
<source-file src="src/android/MediaSessionCallback.java" target-dir="src/com/homerours/musiccontrols" />
<source-file src="src/android/MusicControlsBroadcastReceiver.java" target-dir="src/com/homerours/musiccontrols" />
Expand Down

0 comments on commit 0cd0e86

Please sign in to comment.