diff --git a/android/build.gradle b/android/build.gradle index 9fea400..20f3a2b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -54,7 +54,7 @@ repositories { dependencies { // implementation fileTree(dir: 'libs', include: ['*.jar']) implementation project(':capacitor-android') - implementation "com.capacitorjs:osinappbrowser-android:1.2.0" + implementation "com.capacitorjs:osinappbrowser-android:1.2.1" implementation 'androidx.browser:browser:1.8.0' implementation "androidx.constraintlayout:constraintlayout:2.2.0" implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"