Update the manifest files

This commit is contained in:
miterosan
2019-01-02 20:15:34 +01:00
parent cfdffb623f
commit cf4a8bfd4f
2 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="ppy.SampleGame" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="SampleGame.Android"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26" />
<application />
</manifest>

View File

@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1"
android:versionName="1.0"
package="osu.Framework.Tests.Android.osu.Framework.Tests.Android">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
package="osu.Framework.Tests.Android"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26" />
<application />
</manifest>