Update build.gradle

This commit is contained in:
FongMi 2022-12-30 17:20:12 +08:00
parent 134d5877cc
commit 2663614eb0
1 changed files with 2 additions and 0 deletions

View File

@ -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'