build: 升级 AGP、Gradle、Hilt 版本
This commit is contained in:
@ -6,4 +6,5 @@ apply from: '../base_module.gradle'
|
||||
|
||||
android {
|
||||
resourcePrefix "home_"
|
||||
namespace 'com.quyunshuo.module.home'
|
||||
}
|
||||
@ -1,10 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.quyunshuo.module.home">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<application>
|
||||
<!-- Main 首页 -->
|
||||
<activity android:name=".activity.MainActivity">
|
||||
<activity
|
||||
android:name=".activity.MainActivity"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user