1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-14 17:30:23 +08:00
osu-lazer/osu.Game.Rulesets.Catch.Tests.Android/AndroidManifest.xml
2024-02-04 17:27:07 +09:00

6 lines
501 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- using a different name because package name cannot contain 'catch' -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="osu.Game.Rulesets.Catch_Tests.Android" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34" />
<application android:allowBackup="true" android:supportsRtl="true" android:label="osu!catch Test" />
</manifest>