Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
bang.liu committed Jun 24, 2020
1 parent 9ed74aa commit ede4d9c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/cn/qd/peiwen/demo/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import java.io.File;

import cn.qd.peiwen.pwlogger.PWConfigurator;
import cn.qd.peiwen.logger.PWConfigurator;


public class App extends Application {
Expand Down
2 changes: 1 addition & 1 deletion pwlogger/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cn.qd.peiwen.pwlogger" />
package="cn.qd.peiwen.logger" />
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cn.qd.peiwen.pwlogger;
package cn.qd.peiwen.logger;

import org.apache.log4j.Layout;
import org.apache.log4j.Level;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cn.qd.peiwen.pwlogger;
package cn.qd.peiwen.logger;

import org.apache.log4j.Logger;

Expand Down

0 comments on commit ede4d9c

Please sign in to comment.