DEADSOFTWARE

Rename project
[cavedroid.git] / android / AndroidManifest.xml
index 9fcb35dbcaad2dc966972dfc54acbe93f58511a7..522b4b8dfecd72e5628627a3d880be3c77718c7d 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="ru.deadsoftware.cavecraft" >
+          package="ru.deadsoftware.cavedroid">
 
     <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="20" />
 
         android:label="@string/app_name"
         android:theme="@style/GdxTheme" >
         <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" />