Skip to content

Commit 44c18ac

Browse files
maskaravivekashishkumar468
authored andcommitted
Fix crash on API 28 (commons-app#2597)
Fixes commons-app#2596
1 parent 1b5a56c commit 44c18ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/AndroidManifest.xml

+2
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@
220220
android:resource="@xml/pic_of_day_app_widget_info" />
221221
</receiver>
222222

223+
<uses-library android:name="org.apache.http.legacy" android:required="false" />
224+
223225
</application>
224226

225227
</manifest>

0 commit comments

Comments
 (0)