diff options
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r-- | tests/AndroidManifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml index e9e5343..75082fb 100644 --- a/tests/AndroidManifest.xml +++ b/tests/AndroidManifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="com.example.HelloJni.tests" + package="org.xapek.andiodine.tests" android:versionCode="1" android:versionName="1.0" > @@ -24,7 +24,7 @@ --> <instrumentation android:name="android.test.InstrumentationTestRunner" - android:label="Tests for HelloJni" - android:targetPackage="com.example.HelloJni" /> + android:label="Tests for Andiodine" + android:targetPackage="org.xapek.andiodine" /> </manifest>
\ No newline at end of file |