2019-01-06 05:18:12 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-01-06 05:48:57 +00:00
|
|
|
|
<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">
|
2022-12-19 06:43:12 +00:00
|
|
|
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" />
|
2019-01-06 18:01:50 +00:00
|
|
|
|
<application android:allowBackup="true" android:supportsRtl="true" android:label="osu!visual Test" />
|
2019-01-06 05:48:57 +00:00
|
|
|
|
</manifest>
|