Version bump 0.9.60 & android target sdk version to 31

This commit is contained in:
advplyr
2022-12-11 17:03:56 -06:00
parent 11f0af1ebd
commit c73b71345a
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
</intent-filter>
</activity>
<receiver android:name="androidx.media.session.MediaButtonReceiver" >
<receiver android:name="androidx.media.session.MediaButtonReceiver" android:exported="false">
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter>