diff options
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r-- | android/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index b1bc868..1ae8ee6 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="ch.asynk.tankontank.android" + package="ch.asynk.creepingarmor.android" android:versionCode="1" android:versionName="1.0" > @@ -12,7 +12,7 @@ android:label="@string/app_name" android:theme="@style/GdxTheme" > <activity - android:name="ch.asynk.tankontank.android.AndroidLauncher" + android:name="ch.asynk.creepingarmor.android.AndroidLauncher" android:label="@string/app_name" android:screenOrientation="landscape" android:configChanges="keyboard|keyboardHidden|orientation|screenSize"> |