Skip to content

Commit f3101da

Browse files
fix(android): Do not show error when web page has a resource that is unresolvable (#67)
* chore: Use temporary aar with fix * chore: fix gradle declaration * fix(android): use official version with fix * chore(release): Prepare for version 1.6.3
1 parent 273fc40 commit f3101da

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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.6.3
10+
11+
### Fixes
12+
13+
- android: Do not show error when web page has a resource that is unresolvable [RMET-4937](https://outsystemsrd.atlassian.net/browse/RMET-4937)
14+
915
## 1.6.2
1016

1117
### Fixes

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.6.2",
3+
"version": "1.6.3",
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.6.2" 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.6.3" 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
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
dependencies{
13-
implementation("io.ionic.libs:ioninappbrowser-android:1.6.0@aar")
13+
implementation("io.ionic.libs:ioninappbrowser-android:1.6.1@aar")
1414

1515
implementation("androidx.browser:browser:1.8.0")
1616
implementation("com.google.android.gms:play-services-auth:21.2.0")

0 commit comments

Comments
 (0)