osu/osu.Game.Rulesets.Osu.Tests.../Properties/AndroidManifest.xml

9 lines
433 B
XML
Raw Normal View History

<?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.Osu.Tests.Android.osu.Game.Rulesets.Osu.Tests.Android">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
2019-01-06 06:06:00 +00:00
<application android:allowBackup="true" android:supportsRtl="true" />
</manifest>