This commit is contained in:
kunfei 2022-02-09 19:51:12 +08:00
parent a74da4f968
commit bf85726ddf

View File

@ -192,8 +192,9 @@ dependencies {
implementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar'])) implementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar']))
//Glide //Glide
implementation('com.github.bumptech.glide:glide:4.12.0') def glideVersion = "4.13.0"
kapt('com.github.bumptech.glide:compiler:4.12.0') implementation("com.github.bumptech.glide:glide:$glideVersion")
kapt("com.github.bumptech.glide:compiler:$glideVersion")
//webServer //webServer
def nanoHttpdVersion = "2.3.1" def nanoHttpdVersion = "2.3.1"