@@ -29,6 +29,9 @@ android {
|
|||||||
keyPassword RELEASE_KEY_PASSWORD
|
keyPassword RELEASE_KEY_PASSWORD
|
||||||
v1SigningEnabled true
|
v1SigningEnabled true
|
||||||
v2SigningEnabled true
|
v2SigningEnabled true
|
||||||
|
enableV3Signing = true
|
||||||
|
enableV4Signing = true
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
-1
@@ -37,7 +37,7 @@ task downloadJar(type: Download) {
|
|||||||
])
|
])
|
||||||
dest libPath
|
dest libPath
|
||||||
overwrite true
|
overwrite true
|
||||||
onlyIfModified true
|
onlyIfModified false
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* 下载Cronet的arm64-v8a so
|
* 下载Cronet的arm64-v8a so
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"x86":"1fdeb6068adf33655ba73e703b744b36","armeabi-v7a":"ac543f4218fe1a679e09c510583d93fa","x86_64":"4c12de088cf2c51b754ceea224bb5cc9","arm64-v8a":"99784a12b0ff18d6b7752c7488626f5b","version":"99.0.4844.48"}
|
{"arm64-v8a":"df27e27ee769fd817c1ad6f2f6378abd","armeabi-v7a":"c4746896e8f23a88098655779ee9caa5","x86":"9b3028a8d79cc3646ba20f51fc0ea175","x86_64":"845c50a84451ee9a92bb6ac223e2554b","version":"99.0.4844.58"}
|
||||||
+2
-1
@@ -22,4 +22,5 @@ kotlin.code.style=official
|
|||||||
|
|
||||||
android.enableResourceOptimizations=true
|
android.enableResourceOptimizations=true
|
||||||
|
|
||||||
CronetVersion=99.0.4844.48
|
#https://chromiumdash.appspot.com/releases?platform=Android
|
||||||
|
CronetVersion=99.0.4844.58
|
||||||
|
|||||||
Reference in New Issue
Block a user