mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-03 01:17:41 +08: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'
|
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'
|
||||||
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user