File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ dependencies {
103103 implementation " androidx.work:work-runtime-ktx:2.6.0-beta01"
104104
105105 // koin(依赖注入)
106- implementation " org.koin:koin-androidx-scope:2.0.1 "
107- implementation " org.koin:koin-androidx-viewmodel:2.0.1 "
108- implementation " org.koin:koin-androidx-ext:2.0.1 "
106+ implementation " org.koin:koin-androidx-scope:2.2.2 "
107+ implementation " org.koin:koin-androidx-viewmodel:2.2.2 "
108+ implementation " org.koin:koin-androidx-ext:2.2.2 "
109109
110110 // 动态权限
111111 implementation ' com.afollestad.assent:core:3.0.0-RC4'
@@ -134,9 +134,6 @@ dependencies {
134134 // aspectj
135135 implementation ' org.aspectj:aspectjrt:1.9.5' // 需要使用aspectJ能力的模块
136136
137- // aspectJ
138- implementation ' org.aspectj:aspectjrt:1.9.5'
139-
140137 // flutter
141138 implementation project(' :flutter' )
142139
You can’t perform that action at this time.
0 commit comments