mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 08:52:55 +08:00
9 lines
437 B
XML
9 lines
437 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.Rulesets.Mania.Tests.Android.osu.Game.Rulesets.Mania.Tests.Android">
|
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
|
|
<application android:allowBackup="true" android:supportsRtl="true" />
|
|
</manifest>
|