A game framework written with osu! in mind.
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="osu.Framework.Tests.Android" android:installLocation="auto">
3 <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
4 <application android:label="osu!framework test" />
5</manifest>