Skip to content

Commit

Permalink
Merge pull request #619 from NYPL-Simplified/pie-apache-crash
Browse files Browse the repository at this point in the history
Android P - specific manifest updates
  • Loading branch information
gioneill authored Nov 21, 2018
2 parents 17c92d1 + 9c86341 commit a3c107b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions simplified-app-simplye/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:android="https://schemas.android.com/apk/res/android"
xmlns:tools="https://schemas.android.com/tools"
package="org.nypl.simplified.simplye"
android:versionCode="1166"
android:versionName="2.2.3">
android:versionCode="1185"
android:versionName="2.2.5">

<uses-sdk
android:minSdkVersion="19"
Expand All @@ -26,7 +26,8 @@
android:label="@string/feature_app_name"
android:contentDescription="@string/feature_app_name"
android:largeHeap="true"
android:theme="@style/SimplifiedTheme_ActionBar">
android:theme="@style/SimplifiedTheme_ActionBar"
android:usesCleartextTraffic="true">

<!-- Main entry point for the application. -->
<activity
Expand Down Expand Up @@ -225,6 +226,10 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>

<uses-library
android:name="org.apache.http.legacy"
android:required="false" />
</application>

</manifest>

0 comments on commit a3c107b

Please sign in to comment.