Merge "Add dependencies on org.apache.http.legacy where needed"

This commit is contained in:
TreeHugger Robot
2017-07-25 10:33:48 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
<application android:icon="@drawable/icon" android:label="@string/app_name" android:theme="@android:style/Theme.Holo.NoActionBar">
<uses-library android:name="com.android.mediadrm.signer"
android:required="true" />
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<activity android:name="CastSignAPITest"
android:label="@string/app_name"
android:screenOrientation="landscape">

View File

@@ -7,6 +7,7 @@
<uses-sdk android:minSdkVersion="12" />
<application android:icon="@drawable/icon" android:label="@string/app_name" android:theme="@android:style/Theme.Holo.NoActionBar">
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<activity android:name="MediaDrmAPITest"
android:label="@string/app_name"
android:screenOrientation="landscape">