Skip to content

Commit 3d86e75

Browse files
Merge pull request #51 from OutSystems/development
RMET-3987 - Prepare to release version `1.2.1`
2 parents aadc6e1 + 076f110 commit 3d86e75

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
The 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

src/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allprojects {
1616
}
1717

1818
dependencies{
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")

0 commit comments

Comments
 (0)