This commit is contained in:
ag2s20150909 2023-02-16 13:51:09 +08:00
parent 5d407f3753
commit af6e8cb27b
7 changed files with 10 additions and 3 deletions

View File

@ -199,6 +199,7 @@ dependencies {
//
implementation('com.squareup.okhttp3:okhttp:4.10.0')
appImplementation(fileTree(dir: 'cronetlib', include: ['*.jar', '*.aar']))
appImplementation 'com.google.protobuf:protobuf-javalite:3.21.12'
//Glide
def glideVersion = "4.14.2"

Binary file not shown.

View File

@ -1 +1,7 @@
{"arm64-v8a":"2b818ddff61241043109d2c8cc1eabbc","x86":"aa24a41e58b1baa42c4fe6879ba71a23","x86_64":"f5123aab5ad23856f617a45cbdcc88e3","armeabi-v7a":"d5fb5109dcf0c08edb3acb61d0763d05","version":"110.0.5481.65"}
{
"arm64-v8a": "0f00768631fc7a17d0deb7d577b8d2de",
"armeabi-v7a": "59a30f60ed51921ad405da2a873afe72",
"x86": "c9f7f1a20dfaa40cfb019ccd7e1e79d3",
"x86_64": "deac8549b57a4acb3dcf648136aa0b6a",
"version": "111.0.5563.15"
}

View File

@ -37,6 +37,6 @@ android.defaults.buildfeatures.shaders=false
# and none from the library's dependencies, thereby reducing the size of the R class for that library.
android.nonTransitiveRClass=true
# https://chromiumdash.appspot.com/releases?platform=Android
CronetVersion=110.0.5481.65
CronetMainVersion=110.0.0.0
CronetVersion=111.0.5563.15
CronetMainVersion=111.0.0.0
android.injected.testOnly=false