Skip to content

Commit 4fb3942

Browse files
fix(android): Do not show error when web page has a resource that is unresolvable
Via native library update OutSystems/OSInAppBrowserLib-Android#53
1 parent 720e625 commit 4fb3942

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.0")
62+
implementation("io.ionic.libs:ioninappbrowser-android:1.6.1")
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)