mirror of
https://github.com/samsonjs/media.git
synced 2026-06-29 05:39:31 +00:00
Use app target sdk of 29 everywhere.
PiperOrigin-RevId: 407807694
This commit is contained in:
parent
81356a222a
commit
313517e092
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="androidx.media3.test.session">
|
||||
<uses-sdk android:minSdkVersion="16"/>
|
||||
<uses-sdk/>
|
||||
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue