Commit 13fbe7b2 by andrewlewis Committed by Oliver Woodman

Fix cronet extension package name

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=181331715
parent 96e490d7
......@@ -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"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment