DEADSOFTWARE

Update gradle
[cavedroid.git] / android / AndroidManifest.xml
index 7651b4e292e1f41ca0f69f52453b31e1120cbca1..dbde2a40718327bbfcc43230de9efe4d5b6b3e58 100644 (file)
@@ -1,19 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="ru.deadsoftware.cavecraft" >
-
-    <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="20" />
+          xmlns:tools="http://schemas.android.com/tools" package="ru.deadsoftware.cavedroid">
 
     <application
-        android:allowBackup="true"
-        android:icon="@drawable/ic_launcher"
-        android:label="@string/app_name"
-        android:theme="@style/GdxTheme" >
+            android:allowBackup="true"
+            android:icon="@drawable/ic_launcher"
+            android:label="@string/app_name"
+            android:theme="@style/GdxTheme" tools:ignore="GoogleAppIndexingWarning">
         <activity
-            android:name="ru.deadsoftware.cavecraft.AndroidLauncher"
-            android:label="@string/app_name" 
-            android:screenOrientation="landscape"
-            android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize">
+                android:name="ru.deadsoftware.cavedroid.AndroidLauncher"
+                android:label="@string/app_name"
+                android:screenOrientation="landscape"
+                android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />