File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77The changes documented here do not include those from the original repository.
88
9+ ## 1.2.1
10+
11+ ### Android
12+
13+ #### Fixes
14+
15+ - Remove unnecessary permissions from AndroidManifest (https://outsystemsrd.atlassian.net/browse/RMET-3987 ).
16+
917## 1.2.0
1018
1119### Android
@@ -14,7 +22,6 @@ The changes documented here do not include those from the original repository.
1422
1523- Bumps Kotlin and Gradle versions (https://outsystemsrd.atlassian.net/browse/RMET-3887 ).
1624
17-
1825## 1.1.0
1926
2027### Android
Original file line number Diff line number Diff line change 11{
22 "name" : " com.outsystems.plugins.inappbrowser" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " InAppBrowser OutSystems Cordova Plugin" ,
55 "keywords" : [
66 " ecosystem:cordova" ,
Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
2- <plugin id =" com.outsystems.plugins.inappbrowser" version =" 1.1.0 " xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" >
2+ <plugin id =" com.outsystems.plugins.inappbrowser" version =" 1.2.1 " xmlns =" http://apache.org/cordova/ns/plugins/1.0" xmlns : android =" http://schemas.android.com/apk/res/android" >
33 <name >cordova-outsystems-inappbrowser</name >
44 <description >InAppBrowser OutSystems Cordova Plugin</description >
55 <author >OutSystems Inc</author >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ allprojects {
1616}
1717
1818dependencies {
19- implementation(" com.github.outsystems:osinappbrowser-android:1.2.0 @aar" )
19+ implementation(" com.github.outsystems:osinappbrowser-android:1.2.1 @aar" )
2020
2121 implementation(" androidx.browser:browser:1.8.0" )
2222 implementation(" com.google.android.gms:play-services-auth:21.2.0" )
You can’t perform that action at this time.
0 commit comments