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.test">
|
||||
package="de.frajul.endlessroll.test">
|
||||
|
||||
<uses-sdk android:minSdkVersion="12" android:targetSdkVersion="23" />
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
</application>
|
||||
|
||||
<instrumentation android:name="android.test.InstrumentationTestRunner"
|
||||
android:targetPackage="com.example.julian.endlessroll"
|
||||
android:targetPackage="de.frajul.endlessroll"
|
||||
android:handleProfiling="false"
|
||||
android:functionalTest="false"
|
||||
android:label="Tests for com.example.julian.endlessroll"/>
|
||||
android:label="Tests for de.frajul.endlessroll"/>
|
||||
</manifest>
|
||||
|
@@ -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>
|
||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user