Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Fix bug on API level 28 (Android 9.0) #299

Open
wants to merge 1 commit into
base: iosched_2020
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion mobile/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@
<meta-data
android:name="firebase_crashlytics_collection_enabled"
android:value="${crashlyticsEnabled}" />


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

</manifest>