Skip to content

Commit f752a54

Browse files
fix(android): Duplicate requests for checking if a url hosts PDF (#108)
1 parent 4977faa commit f752a54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repositories {
5959
dependencies {
6060
// implementation fileTree(dir: 'libs', include: ['*.jar'])
6161
implementation project(':capacitor-android')
62-
implementation("io.ionic.libs:ioninappbrowser-android:1.6.1")
62+
implementation("io.ionic.libs:ioninappbrowser-android:1.6.2")
6363
implementation "androidx.browser:browser:$androidxBrowserVersion"
6464
implementation "androidx.constraintlayout:constraintlayout:2.2.1"
6565
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"

0 commit comments

Comments
 (0)