Skip to content

Commit

Permalink
Add declaration for apache library to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
johannilsson committed Jan 16, 2019
1 parent 520c07a commit 25f9fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sthlmtraveling/src/main/AndroidManifest.xml
Expand Up @@ -32,6 +32,7 @@
android:supportsRtl="true"
android:hardwareAccelerated="true"
>
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version"/>
Expand Down Expand Up @@ -261,7 +262,7 @@

<service
android:name=".service.DeviationService"
android:enabled="true"
android:enabled="false"
android:exported="false"
/>
<service
Expand Down

0 comments on commit 25f9fc8

Please sign in to comment.