gradle works again
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="de.samdev.colorrunner.android"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0" >
|
||||
package="de.samdev.colorrunner" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="24" />
|
||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="20" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
@@ -12,7 +10,7 @@
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/GdxTheme" >
|
||||
<activity
|
||||
android:name="de.samdev.colorrunner.android.AndroidLauncher"
|
||||
android:name="de.samdev.colorrunner.AndroidLauncher"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="landscape"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
|
||||
|
||||
Reference in New Issue
Block a user