From 2663614eb0466778390c0864caa4dc6446153e69 Mon Sep 17 00:00:00 2001 From: FongMi Date: Fri, 30 Dec 2022 17:20:12 +0800 Subject: [PATCH] Update build.gradle --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 79fcc651..67b8806d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,6 +32,8 @@ android { } dependencies { + //For HTTP/3 debug + //implementation 'com.google.android.gms:play-services-cronet:18.0.1' implementation 'com.google.net.cronet:cronet-okhttp:0.1.0' implementation 'androidx.annotation:annotation:1.5.0' implementation 'com.squareup.okhttp3:okhttp:3.12.13'