Fix Map Gallery page (#6603)
authorAndrei Nitescu <nitescua@yahoo.com>
Thu, 4 Jul 2019 00:31:27 +0000 (03:31 +0300)
committerSamantha Houts <samhouts@users.noreply.github.com>
Thu, 4 Jul 2019 00:31:27 +0000 (17:31 -0700)
Xamarin.Forms.ControlGallery.Android/Properties/AndroidManifest.xml

index 20d119b..5ac9404 100644 (file)
@@ -18,5 +18,6 @@
        <uses-feature android:glEsVersion="0x00020000" android:required="true" />
        <application android:label="AndroidControlGallery" android:supportsRtl="true">
                <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
+    <uses-library android:name="org.apache.http.legacy" android:required="false" />
        </application>
 </manifest>
\ No newline at end of file