add server

This commit is contained in:
pengfei.zhou
2019-08-03 17:58:25 +08:00
parent 4d8e11b660
commit bb86c3c332
5 changed files with 54 additions and 3 deletions

View File

@@ -28,4 +28,5 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation project(':doric')
implementation 'org.nanohttpd:nanohttpd:2.3.1'
}