修复cronet启用失败

cronet相关的jar未更新,版本不匹配,而导致启用Cronet失败。
This commit is contained in:
ag2s20150909
2022-03-07 19:21:14 +08:00
parent 4ca3587bea
commit db9e9efcbc
6 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ task downloadJar(type: Download) {
])
dest libPath
overwrite true
onlyIfModified true
onlyIfModified false
}
/**
* 下载Cronet的arm64-v8a so