rename package
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.github.pengfeizhou.doricdemo">
|
||||
package="com.github.penfeizhou.doricdemo">
|
||||
|
||||
<application
|
||||
android:name=".MyApplication"
|
||||
android:name="com.github.penfeizhou.doricdemo.MyApplication"
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity android:name=".MainActivity">
|
||||
<activity android:name="com.github.penfeizhou.doricdemo.MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
@@ -1,10 +1,10 @@
|
||||
package com.github.pengfeizhou.doricdemo;
|
||||
package com.github.penfeizhou.doricdemo;
|
||||
|
||||
import android.support.v7.app.AppCompatActivity;
|
||||
import android.os.Bundle;
|
||||
|
||||
import com.github.pengfeizhou.doric.DoricContext;
|
||||
import com.github.pengfeizhou.doric.utils.DoricUtils;
|
||||
import com.github.penfeizhou.doric.DoricContext;
|
||||
import com.github.penfeizhou.doric.utils.DoricUtils;
|
||||
|
||||
public class MainActivity extends AppCompatActivity {
|
||||
|
@@ -1,8 +1,8 @@
|
||||
package com.github.pengfeizhou.doricdemo;
|
||||
package com.github.penfeizhou.doricdemo;
|
||||
|
||||
import android.app.Application;
|
||||
|
||||
import com.github.pengfeizhou.doric.Doric;
|
||||
import com.github.penfeizhou.doric.Doric;
|
||||
|
||||
/**
|
||||
* @Description: Doric
|
@@ -4,7 +4,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".MainActivity">
|
||||
tools:context="com.github.penfeizhou.doricdemo.MainActivity">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
Reference in New Issue
Block a user