Skip to content

Commit

Permalink
修改包名
Browse files Browse the repository at this point in the history
  • Loading branch information
ShihooWang committed Dec 13, 2018
1 parent 8ca7172 commit 2b2ff52
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId "daemon.shihoo.com.daemonlibrary"
applicationId "com.shihoo.daemonlibrary"
minSdkVersion 18
targetSdkVersion 28
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion app/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="daemon.shihoo.com.daemonlibrary">
package="com.shihoo.daemonlibrary">

<application
android:allowBackup="true"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package daemon.shihoo.com.daemonlibrary;
package com.shihoo.daemonlibrary;

import android.app.Application;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package daemon.shihoo.com.daemonlibrary;
package com.shihoo.daemonlibrary;

import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':deamonlibrary'
include ':app', ':daemonlibrary'

0 comments on commit 2b2ff52

Please sign in to comment.