初步完成网络配置

This commit is contained in:
wujifei
2021-01-20 15:35:51 +08:00
parent 4276b0cc41
commit 3a2786ad19
10 changed files with 280 additions and 37 deletions

View File

@@ -23,6 +23,7 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
@@ -30,5 +31,6 @@ dependencies {
implementation rootProject.ext.dependencies.androidxappcompat
implementation rootProject.ext.dependencies.androidxconstraintlayout
implementation project(path: ':foudations:mogo-passport')
implementation project(path: ':foudations:mogo-commons')
}