mirror of
https://github.com/lightsoutgames/godot-tts
synced 2025-04-04 20:35:57 +00:00
6 lines
303 B
XML
6 lines
303 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="games.lightsout.godot.tts">
|
|
<application>
|
|
<meta-data android:name="org.godotengine.plugin.v1.GodotTTS" android:value="games.lightsout.godot.tts.TTS" />
|
|
</application>
|
|
</manifest> |