Skip to content

Commit 316929e

Browse files
Merge pull request #39 from OutSystems/development
RMET-3987 - Prepare to release version `1.2.1`
2 parents b60a806 + 11833e4 commit 316929e

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 1.2.1
8+
9+
- Remove unnecessary permissions from AndroidManifest (https://outsystemsrd.atlassian.net/browse/RMET-3987)
10+
711
## 1.2.0
812

913
- Bump Kotlin and Gradle versions (https://outsystemsrd.atlassian.net/browse/RMET-3887)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.github.outsystems</groupId>
88
<artifactId>osinappbrowser-android</artifactId>
9-
<version>1.2.0</version>
9+
<version>1.2.1</version>
1010
</project>

src/main/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010
<!-- Permissions for websites that request location (e.g. Google Maps), for WebView -->
1111
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
1212
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
13-
<!-- For File Chooser -->
14-
<!-- For API 32 or lower -->
15-
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
16-
<!-- For API 33 or higher -->
17-
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
18-
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
19-
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
2013

2114
<application
2215
android:supportsRtl="true">

0 commit comments

Comments
 (0)