Modify: 添加Common项目相关公共组件
This commit is contained in:
1
Lib_Common/src/main/AndroidManifest.xml
Normal file
1
Lib_Common/src/main/AndroidManifest.xml
Normal file
@ -0,0 +1 @@
|
||||
<manifest package="com.quyunshuo.common" />
|
||||
@ -0,0 +1,12 @@
|
||||
package com.quyunshuo.common
|
||||
|
||||
import com.quyunshuo.base.BaseApplication
|
||||
|
||||
/**
|
||||
* @Author: QuYunShuo
|
||||
* @Time: 2020/8/27
|
||||
* @Class: CommonApplication
|
||||
* @Remark: 项目相关的Application
|
||||
*/
|
||||
open class CommonApplication : BaseApplication() {
|
||||
}
|
||||
Reference in New Issue
Block a user