osu/osu.Android/Properties/AndroidManifest.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
426 B
XML
Raw Normal View History

2018-12-13 06:10:15 +00:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" package="sh.ppy.osulazer" android:installLocation="auto" android:versionName="0.1.0">
2019-11-13 10:15:16 +00:00
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
2019-07-02 10:45:55 +00:00
<application android:allowBackup="true" android:supportsRtl="true" android:label="osu!" android:icon="@drawable/lazer" />
2018-12-13 06:10:15 +00:00
</manifest>