2019-01-06 12:15:09 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-11-23 22:20:38 +08:00
|
|
|
|
<!-- 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">
|
2019-11-18 18:48:29 +08:00
|
|
|
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
|
2019-01-07 02:01:50 +08:00
|
|
|
|
<application android:allowBackup="true" android:supportsRtl="true" android:label="osu!catch Test" />
|
|
|
|
|
</manifest>
|