mirror of
https://github.com/pppscn/SmsForwarder
synced 2024-11-04 06:00:11 +00:00
优化:HttpServer
在低版本Android
下MIME
类型支持js、css、icon
This commit is contained in:
parent
242fb332bd
commit
5f4d5f6cc8
@ -261,8 +261,8 @@ dependencies {
|
||||
implementation 'com.gyf.cactus:cactus:1.1.3-beta13'
|
||||
|
||||
//HTTP服务器:https://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…
Reference in New Issue
Block a user