Add support for Android adaptive icons.

This commit is contained in:
Bruno Lourenço
2020-01-14 16:11:07 +00:00
parent dc0f43a1c2
commit abe83a1c84
23 changed files with 102 additions and 55 deletions
@@ -11,7 +11,7 @@
</application>
<instrumentation
android:icon="@drawable/icon"
android:icon="@mipmap/icon"
android:label="@string/godot_project_name_string"
android:name=".GodotInstrumentation"
android:targetPackage="org.godotengine.godot" />