mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
9 lines
563 B
XML
9 lines
563 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.Framework.Tests.Android.osu.Framework.Tests.Android">
|
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
|
|
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" />
|
|
</manifest>
|