Skip to content

Commit 95487d1

Browse files
committed
第一次提交
1 parent a535179 commit 95487d1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ext {
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: [
@@ -64,7 +64,7 @@ ext {
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'

0 commit comments

Comments
 (0)