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

pull/231/head
pppscn 2 years ago
parent 242fb332bd
commit 5f4d5f6cc8

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

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

Loading…
Cancel
Save