File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,5 +34,6 @@ dependencies {
3434 testImplementation ' junit:junit:4.+'
3535 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
3636 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
37- compileOnly project(path : ' :library:base' )
37+ // implementation project(path: ':library:base')
38+ implementation ' com.github.szhdev:BaseProjectMvvm:1.0.0'
3839}
Original file line number Diff line number Diff line change 4949 livedata : ' androidx.lifecycle:lifecycle-livedata:2.3.1' ,
5050 viewmodel : ' androidx.lifecycle:lifecycle-viewmodel:2.3.1'
5151 ],
52- appcompat : ' androidx.appcompat:appcompat:1.4 .1' ,
52+ appcompat : ' androidx.appcompat:appcompat:1.3 .1' ,
5353 constraintlayout : ' androidx.constraintlayout:constraintlayout:2.1.3'
5454 ],
5555 retrofit2 : [
6464 okhttp3 : [
6565 ' logging-interceptor' : ' com.squareup.okhttp3:logging-interceptor:3.12.13'
6666 ],
67- okio : [okio : ' com.squareup.okio:okio:3.1 .0' ],
67+ okio : [okio : ' com.squareup.okio:okio:2.10 .0' ],
6868 lombok : [
6969 lombok : ' org.projectlombok:lombok:1.18.24' ,
7070 lombokAnnotationProcessor : ' org.projectlombok:lombok:1.18.24'
You can’t perform that action at this time.
0 commit comments