Modify: 剔除Hilt(不支持组件化)

This commit is contained in:
Quyunshuo
2020-08-28 10:38:48 +08:00
parent f3a559dd78
commit f9479e9242
11 changed files with 15 additions and 66 deletions

View File

@@ -3,7 +3,7 @@
package="com.quyunshuo.main">
<application
android:name="com.quyunshuo.common.CommonApplication"
android:name="debug.MainApplication"
android:allowBackup="true"
android:label="@string/main_app_name"
android:theme="@style/base_AppTheme">

View File

@@ -0,0 +1,11 @@
package debug
import com.quyunshuo.common.CommonApplication
/**
* @Author: QuYunShuo
* @Time: 2020/8/28
* @Class: MainApplication
* @Remark: 作为app模式时的Application
*/
class MainApplication : CommonApplication()