Changed path to de.frajul
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.julian.endlessroll"
|
||||
package="de.frajul.endlessroll"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0" >
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
android:supportsRtl="true" >
|
||||
android:theme="@style/AppTheme">
|
||||
<activity
|
||||
android:name="com.example.julian.endlessroll.main.GameActivity"
|
||||
android:name="de.frajul.endlessroll.main.GameActivity"
|
||||
android:configChanges="orientation|screenSize|keyboardHidden"
|
||||
android:screenOrientation="landscape" >
|
||||
<intent-filter>
|
||||
|
Reference in New Issue
Block a user