mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 23:47:29 +08:00
5 lines
411 B
XML
5 lines
411 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="osu.Game.Tests.Android" android:installLocation="auto">
|
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
|
|
<application android:allowBackup="true" android:supportsRtl="true" android:label="osu!visual Test" />
|
|
</manifest> |