From 6e73c904528d9c4fe2836aee79142413e1198b03 Mon Sep 17 00:00:00 2001 From: ag2s20150909 Date: Thu, 15 Jul 2021 22:38:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Cronet=20=E6=B7=B7=E6=B7=86?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index add8ff815..6d8529cd8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -123,7 +123,7 @@ kapt { dependencies { implementation project(path: ':epublib') coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' - implementation fileTree(dir: 'libs', include: ['*.jar','*.aar']) + implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' @@ -186,7 +186,7 @@ dependencies { //网络 implementation 'com.squareup.okhttp3:okhttp:4.9.1' - def cronet_version='92.0.4509.1' + def cronet_version = '92.0.4509.1' compileOnly "org.microg:cronet-api:$cronet_version" cronetImplementation "org.microg:cronet-native:$cronet_version" cronetImplementation "org.microg:cronet-api:$cronet_version"