Skip to content

Commit

Permalink
Merge pull request #4 from 521dimensions/master
Browse files Browse the repository at this point in the history
Added support framework
  • Loading branch information
ghenry22 authored Apr 22, 2020
2 parents 57c7fd4 + 0cd0e86 commit c3d83c6
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 @@ -39,6 +39,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 c3d83c6

Please sign in to comment.