Skip to content

Commit

Permalink
fix: Remove unnecessary permissions from AndroidManifest.xml (#39)
Browse files Browse the repository at this point in the history
* 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.

BREAKING CHANGE: There were Capacitor 7 changes, that require a major version update.
  • Loading branch information
alexgerardojacinto authored and OS-pedrogustavobilro committed Jan 13, 2025
1 parent 386e213 commit 90fb0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 90fb0b2

Please sign in to comment.