mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix cronet extension package name
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=181331715
This commit is contained in:
parent
96e490d7fe
commit
13fbe7b2f2
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.google.android.exoplayer.ext.cronet">
|
package="com.google.android.exoplayer2.ext.cronet">
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="27"/>
|
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="27"/>
|
||||||
|
|
||||||
@ -28,6 +28,6 @@
|
|||||||
|
|
||||||
<instrumentation
|
<instrumentation
|
||||||
android:name="android.test.InstrumentationTestRunner"
|
android:name="android.test.InstrumentationTestRunner"
|
||||||
android:targetPackage="com.google.android.exoplayer.ext.cronet"/>
|
android:targetPackage="com.google.android.exoplayer2.ext.cronet"/>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.google.android.exoplayer.ext.cronet">
|
package="com.google.android.exoplayer2.ext.cronet">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user