Changed path to de.frajul

This commit is contained in:
=
2017-05-25 13:51:15 +02:00
parent bf848cd46c
commit beb0a6e747
187 changed files with 12 additions and 18100 deletions

View File

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