From 28a0e78acdcc720d50afe1cae2f1c5427934982d Mon Sep 17 00:00:00 2001 From: androidacy-user Date: Sun, 15 Jan 2023 21:25:55 -0500 Subject: [PATCH] bump dependencies Signed-off-by: androidacy-user --- app/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f08b18b..8e521fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -278,9 +278,8 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.10' implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:5.0.0-alpha.10' // Chromium cronet from androidacy - // TODO: bump to 109.0.5414.75 - implementation 'com.androidacy:cronet-common:108.0.5359.125' - implementation 'com.androidacy:cronet-native:108.0.5359.125' + implementation 'com.androidacy:cronet-common:109.0.5414.75' + implementation 'com.androidacy:cronet-native:109.0.5414.75' // Force prefer our own version of Cronet implementation 'com.github.topjohnwu.libsu:io:5.0.1' implementation 'com.github.Fox2Code:RosettaX:1.0.9'