优化:`HttpServer`在`低版本Android`下`MIME`类型支持`js、css、icon`

This commit is contained in:
pppscn 2022-09-01 09:23:39 +08:00
parent 242fb332bd
commit 5f4d5f6cc8
2 changed files with 3 additions and 3 deletions

View File

@ -261,8 +261,8 @@ dependencies {
implementation 'com.gyf.cactus:cactus:1.1.3-beta13' implementation 'com.gyf.cactus:cactus:1.1.3-beta13'
//HTTP服务器https://github.com/yanzhenjie/AndServer //HTTP服务器https://github.com/yanzhenjie/AndServer
implementation 'com.yanzhenjie.andserver:api:2.1.10' implementation 'cn.ppps.andserver:api:2.1.11'
kapt 'com.yanzhenjie.andserver:processor:2.1.10' kapt 'cn.ppps.andserver:processor:2.1.11'
} }
//X-Library依赖 //X-Library依赖
apply from: 'x-library.gradle' apply from: 'x-library.gradle'

View File

@ -17,7 +17,7 @@ buildscript {
classpath deps.booster.task_resource_deredundancy classpath deps.booster.task_resource_deredundancy
} }
//AndServer //AndServer
classpath 'com.yanzhenjie.andserver:plugin:2.1.10' classpath 'cn.ppps.andserver:plugin:2.1.11'
} }
} }