Android 9 compatibility, fix #550

This commit is contained in:
Emux
2018-06-10 19:14:55 +03:00
parent e6a90a8da5
commit 4ebca73023
7 changed files with 24 additions and 25 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/application_name">
android:label="@string/application_name"
android:usesCleartextTraffic="true">
<!-- android:theme="@style/Theme.TileMap" -->
<activity