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