mirror of
https://github.com/watercolor-games/shiftos-pong.git
synced 2025-01-22 17:52:15 +00:00
5 lines
342 B
XML
5 lines
342 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="WatercolorGames.Pong" android:versionCode="1" android:versionName="1.0" android:installLocation="auto">
|
|||
|
<uses-sdk android:minSdkVersion="23" />
|
|||
|
<application android:label="WatercolorGames.Pong"></application>
|
|||
|
</manifest>
|