Fixed build errors

This commit is contained in:
Anuken
2018-06-01 13:24:11 -04:00
parent a04e432aea
commit 863c159fbb
3 changed files with 4 additions and 6 deletions
+3 -1
View File
@@ -34,7 +34,9 @@
<data android:mimeType="application/octet-stream"/>
</intent-filter>
<intent-filter>
<intent-filter android:icon="@mipmap/ic_launcher"
android:label="Mindustry Map"
android:priority="1">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="file" android:host="*" android:pathPattern=".*\\.mmap" android:mimeType="*/*" />