gradle works again

This commit is contained in:
2017-11-22 19:14:24 +01:00
parent d1df61d8dc
commit 6078009368
54 changed files with 270 additions and 2206 deletions

View File

@@ -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">