Skip to content

Commit

Permalink
Merge pull request #22 from OutSystems/feat/RNMT-6236/mabs10
Browse files Browse the repository at this point in the history
RNMT-6236 Changes for MABS 10 (mainly AndroidX migration)
  • Loading branch information
tiagoappereira authored Aug 30, 2023
2 parents 93325b3 + 7d41923 commit ca8bcc5
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 273 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changes
- Migrates to AndroidX [RNMT-6236](https://outsystemsrd.atlassian.net/browse/RNMT-6236)

### Removals
- **BREAKING:** Drops support for apps targeting SDK 28 (Android 9) or lower [RNMT-6236](https://outsystemsrd.atlassian.net/browse/RNMT-6236)

## [2.6.0]
### Additions
- Adds granular media permissions for Android 13 [RNMT-5590](https://outsystemsrd.atlassian.net/browse/RNMT-5590)
Expand Down
2 changes: 0 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@

<!-- Gradle script -->
<framework src="src/android/osappfeedback.gradle" custom="true" type="gradleReference"/>
<framework src="com.android.support:appcompat-v7:23.+"/>
<framework src="com.android.support:support-v4:23.+"/>

<!-- App Feedback framework -->
<resource-file src="src/android/MobileECT/MobileECT.aar" target="libs/MobileECT.aar" />
Expand Down
Binary file modified src/android/MobileECT/MobileECT.aar
Binary file not shown.
Loading

0 comments on commit ca8bcc5

Please sign in to comment.