From 80a0ff1327a343e3045507137032fbc8581fbf08 Mon Sep 17 00:00:00 2001 From: Alexandre Jacinto Date: Mon, 8 Sep 2025 13:11:17 -0300 Subject: [PATCH] chore: update dependency to OSInAppBrowserLib-Android Context: This brings the fix from: https://github.com/OutSystems/OSInAppBrowserLib-Android/pull/52 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 18bcac1..d1bc03a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -58,7 +58,7 @@ repositories { dependencies { // implementation fileTree(dir: 'libs', include: ['*.jar']) implementation project(':capacitor-android') - implementation("io.ionic.libs:ioninappbrowser-android:1.5.0") + implementation("io.ionic.libs:ioninappbrowser-android:1.6.0") implementation 'androidx.browser:browser:1.8.0' implementation "androidx.constraintlayout:constraintlayout:2.2.0" implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"