File tree Expand file tree Collapse file tree
osu.Game.Rulesets.Catch.Tests.Android
osu.Game.Rulesets.Mania.Tests.Android
osu.Game.Rulesets.Osu.Tests.Android
osu.Game.Rulesets.Taiko.Tests.Android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- using a different name because package name cannot contain 'catch' -->
33<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" osu.Game.Rulesets.Catch_Tests.Android" android : installLocation =" auto" >
4- <uses-sdk android : minSdkVersion =" 21 " android : targetSdkVersion =" 34" />
4+ <uses-sdk android : minSdkVersion =" 30 " android : targetSdkVersion =" 34" />
55 <application android : allowBackup =" true" android : supportsRtl =" true" android : label =" osu!catch Test" />
66</manifest >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" osu.Game.Rulesets.Mania.Tests.Android" android : installLocation =" auto" >
3- <uses-sdk android : minSdkVersion =" 21 " android : targetSdkVersion =" 34" />
3+ <uses-sdk android : minSdkVersion =" 30 " android : targetSdkVersion =" 34" />
44 <application android : allowBackup =" true" android : supportsRtl =" true" android : label =" osu!mania Test" />
55</manifest >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" osu.Game.Rulesets.Osu.Tests.Android" android : installLocation =" auto" >
3- <uses-sdk android : minSdkVersion =" 21 " android : targetSdkVersion =" 34" />
3+ <uses-sdk android : minSdkVersion =" 30 " android : targetSdkVersion =" 34" />
44 <application android : allowBackup =" true" android : supportsRtl =" true" android : label =" osu!standard Test" />
55</manifest >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" osu.Game.Rulesets.Taiko.Tests.Android" android : installLocation =" auto" >
3- <uses-sdk android : minSdkVersion =" 21 " android : targetSdkVersion =" 34" />
3+ <uses-sdk android : minSdkVersion =" 30 " android : targetSdkVersion =" 34" />
44 <application android : allowBackup =" true" android : supportsRtl =" true" android : label =" osu!taiko Test" />
55</manifest >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" osu.Game.Tests.Android" android : installLocation =" auto" >
3- <uses-sdk android : minSdkVersion =" 21 " android : targetSdkVersion =" 34" />
3+ <uses-sdk android : minSdkVersion =" 30 " android : targetSdkVersion =" 34" />
44 <application android : allowBackup =" true" android : supportsRtl =" true" android : label =" osu!visual Test" />
55</manifest >
You can’t perform that action at this time.
0 commit comments