diff --git a/AnkiDroid/build.gradle b/AnkiDroid/build.gradle index 9e549518dfc0..512b63850aa8 100644 --- a/AnkiDroid/build.gradle +++ b/AnkiDroid/build.gradle @@ -290,7 +290,7 @@ dependencies { implementation 'androidx.activity:activity-ktx:1.7.2' implementation 'androidx.annotation:annotation:1.6.0' implementation 'androidx.appcompat:appcompat:1.7.0-alpha02' - implementation 'androidx.browser:browser:1.5.0' + implementation 'androidx.browser:browser:1.7.0' implementation "androidx.core:core-ktx:1.10.1" implementation 'androidx.exifinterface:exifinterface:1.3.6' implementation "androidx.fragment:fragment-ktx:$fragments_version"