Modify: 更改依赖方式
This commit is contained in:
@ -77,5 +77,7 @@ dependencies {
|
||||
kapt GitHub.ARouteCompiler
|
||||
kapt GitHub.EventBusAPT
|
||||
|
||||
debugImplementation GitHub.Chuck
|
||||
debugApi GitHub.Chuck
|
||||
debugApi GitHub.LeakCanary
|
||||
releaseApi GitHub.ChuckNo
|
||||
}
|
||||
@ -44,6 +44,4 @@ dependencies {
|
||||
kapt GitHub.GlideCompiler
|
||||
kapt GitHub.ARouteCompiler
|
||||
kapt GitHub.EventBusAPT
|
||||
|
||||
debugImplementation GitHub.Chuck
|
||||
}
|
||||
@ -14,7 +14,6 @@ import com.quyunshuo.common.constant.RouteKey
|
||||
import com.quyunshuo.common.constant.RouteUrl
|
||||
import com.quyunshuo.common.ui.BaseActivity
|
||||
import com.quyunshuo.main.databinding.MainActivityMainBinding
|
||||
import com.tencent.bugly.crashreport.CrashReport
|
||||
import org.greenrobot.eventbus.Subscribe
|
||||
|
||||
/**
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
# Android项目框架(组件化 + Kotlin + MVVM + Jetpack )
|
||||
|
||||
note: 1. 测试打包脚本
|
||||
2. 对比开源项目flow的封装
|
||||
note: 1. 对比开源项目flow的封装
|
||||
|
||||
资源文件相关{
|
||||
资源相关文件属于项目相关的,因此需要放在Common组件内,不要放在Base组件里
|
||||
|
||||
@ -69,7 +69,6 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: "libs", include: ["*.jar"])
|
||||
debugImplementation GitHub.LeakCanary
|
||||
if (!BuildConfig.isAppMode) {
|
||||
implementation project(path: ':Lib_Main')
|
||||
} else {
|
||||
|
||||
@ -102,4 +102,5 @@ object GitHub {
|
||||
const val PermissionX = "com.permissionx.guolindev:permissionx:${Version.PermissionX}"
|
||||
const val LeakCanary = "com.squareup.leakcanary:leakcanary-android:${Version.LeakCanary}"
|
||||
const val Chuck = "com.readystatesoftware.chuck:library:${Version.Chuck}"
|
||||
const val ChuckNo = "com.readystatesoftware.chuck:library-no-op:${Version.Chuck}"
|
||||
}
|
||||
@ -79,5 +79,4 @@ dependencies {
|
||||
kapt GitHub.GlideCompiler
|
||||
kapt GitHub.ARouteCompiler
|
||||
kapt GitHub.EventBusAPT
|
||||
debugImplementation GitHub.Chuck
|
||||
}
|
||||
Reference in New Issue
Block a user