Skip to content

Commit

Permalink
rename package name to org.wordpress.android
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Feb 4, 2015
1 parent b61040c commit 66fb19b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.wordpress.editorexample;
package org.wordpress.android.editorexample;

import android.app.Application;
import android.test.ApplicationTestCase;
Expand Down
2 changes: 1 addition & 1 deletion example/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.wordpress.editorexample" >
package="org.wordpress.android.editorexample" >

<application
android:allowBackup="true"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.wordpress.editorexample;
package org.wordpress.android.editorexample;

import android.content.Intent;
import android.os.Bundle;
Expand All @@ -7,7 +7,7 @@
import android.view.View.OnClickListener;
import android.widget.Button;

import org.wordpress.editor.EditorActivity;
import org.wordpress.android.editor.EditorActivity;

public class ExampleActivity extends ActionBarActivity {
@Override
Expand Down
2 changes: 1 addition & 1 deletion example/src/main/res/layout/activity_example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="org.wordpress.editorexample.ExampleActivity">
tools:context="org.wordpress.android.editorexample.ExampleActivity">

<Button
android:layout_width="wrap_content"
Expand Down

0 comments on commit 66fb19b

Please sign in to comment.