Skip to content

Commit 7485725

Browse files
Remove unnecessary permissions from AndroidManifest.xml (#39)
* chore: update dependency to OSInAppBrowserLib-Android References: https://outsystemsrd.atlassian.net/browse/RMET-3987 * chore: raise plugin version to 1.1.1 * Revert "chore: raise plugin version to 1.1.1" This reverts commit 71bcaaa.
1 parent 386e213 commit 7485725

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
@@ -54,7 +54,7 @@ repositories {
5454
dependencies {
5555
// implementation fileTree(dir: 'libs', include: ['*.jar'])
5656
implementation project(':capacitor-android')
57-
implementation "com.capacitorjs:osinappbrowser-android:1.2.0"
57+
implementation "com.capacitorjs:osinappbrowser-android:1.2.1"
5858
implementation 'androidx.browser:browser:1.8.0'
5959
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
6060
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"

0 commit comments

Comments
 (0)