Skip to content

Commit

Permalink
[DEBUG] Fixed crash of Maps
Browse files Browse the repository at this point in the history
  • Loading branch information
djavan-bertrand committed Dec 15, 2018
1 parent 0a4743c commit 72bf1ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
android:name="com.google.android.geo.API_KEY"
android:value="REPLACE_WITH_YOUR_API_KEY"/>

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

</manifest>

0 comments on commit 72bf1ba

Please sign in to comment.