Skip to content

Commit 66fb19b

Browse files
committed
rename package name to org.wordpress.android
1 parent b61040c commit 66fb19b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

example/src/androidTest/java/org/wordpress/editorexample/ApplicationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.wordpress.editorexample;
1+
package org.wordpress.android.editorexample;
22

33
import android.app.Application;
44
import android.test.ApplicationTestCase;

example/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="org.wordpress.editorexample" >
3+
package="org.wordpress.android.editorexample" >
44

55
<application
66
android:allowBackup="true"

example/src/main/java/org/wordpress/editorexample/ExampleActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.wordpress.editorexample;
1+
package org.wordpress.android.editorexample;
22

33
import android.content.Intent;
44
import android.os.Bundle;
@@ -7,7 +7,7 @@
77
import android.view.View.OnClickListener;
88
import android.widget.Button;
99

10-
import org.wordpress.editor.EditorActivity;
10+
import org.wordpress.android.editor.EditorActivity;
1111

1212
public class ExampleActivity extends ActionBarActivity {
1313
@Override

example/src/main/res/layout/activity_example.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:tools="http://schemas.android.com/tools"
33
android:layout_width="match_parent"
44
android:layout_height="match_parent"
5-
tools:context="org.wordpress.editorexample.ExampleActivity">
5+
tools:context="org.wordpress.android.editorexample.ExampleActivity">
66

77
<Button
88
android:layout_width="wrap_content"

0 commit comments

Comments
 (0)