Skip to content

Commit 7a29950

Browse files
chore: update dependency to OSInAppBrowserLib-Android (#78)
Context: This brings the fix from: OutSystems/OSInAppBrowserLib-Android#52
1 parent c618fff commit 7a29950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repositories {
5858
dependencies {
5959
// implementation fileTree(dir: 'libs', include: ['*.jar'])
6060
implementation project(':capacitor-android')
61-
implementation("io.ionic.libs:ioninappbrowser-android:1.5.0")
61+
implementation("io.ionic.libs:ioninappbrowser-android:1.6.0")
6262
implementation 'androidx.browser:browser:1.8.0'
6363
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
6464
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"

0 commit comments

Comments
 (0)