mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00: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
2 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
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"/>
|
||||
|
||||
|
|
@ -28,6 +28,6 @@
|
|||
|
||||
<instrumentation
|
||||
android:name="android.test.InstrumentationTestRunner"
|
||||
android:targetPackage="com.google.android.exoplayer.ext.cronet"/>
|
||||
android:targetPackage="com.google.android.exoplayer2.ext.cronet"/>
|
||||
|
||||
</manifest>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
-->
|
||||
|
||||
<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"/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue