Skip to content

Instantly share code, notes, and snippets.

@wongk
Created June 15, 2020 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wongk/501b312dad27dc27f5fde51d5419f47b to your computer and use it in GitHub Desktop.
Save wongk/501b312dad27dc27f5fde51d5419f47b to your computer and use it in GitHub Desktop.
Blog - Wire mock with HTTPS - test manifest
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.acme.example">
<uses-permission android:name="android.permission.INTERNET"/>
<application android:name="androidx.multidex.MultiDexApplication">
<uses-library android:name="org.apache.http.legacy" android:required="false" />
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment