mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Remove versions from IMA demo manifest that are now specified via gradle
This commit is contained in:
parent
bd71a60f48
commit
ff43df1e89
@ -14,12 +14,10 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.google.android.exoplayer2.imademo"
|
package="com.google.android.exoplayer2.imademo">
|
||||||
android:versionCode="2700"
|
|
||||||
android:versionName="2.7.0">
|
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.INTERNET"/>
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="27"/>
|
<uses-sdk/>
|
||||||
|
|
||||||
<application android:label="@string/application_name" android:icon="@mipmap/ic_launcher"
|
<application android:label="@string/application_name" android:icon="@mipmap/ic_launcher"
|
||||||
android:largeHeap="true" android:allowBackup="false">
|
android:largeHeap="true" android:allowBackup="false">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user