File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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 )
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments