mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Cleanup Android manifest files
This commit is contained in:
@ -4,6 +4,5 @@
|
||||
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" />
|
||||
<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">
|
||||
</application>
|
||||
<application android:allowBackup="true" android:supportsRtl="true" />
|
||||
</manifest>
|
||||
|
Reference in New Issue
Block a user