editor/android/AndroidManifest.xml

8 lines
206 B
XML
Raw Normal View History

2021-01-15 16:46:55 +00:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="osu.editor"
android:versionCode="1"
android:versionName="1.0" >
</manifest>