Skip to content

Commit

Permalink
MOB-5414: Prepare for release 5.2.0 (#197)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md for 5.2.0

* Update readme
  • Loading branch information
aliripe authored Nov 12, 2024
1 parent 8434119 commit d193a31
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Change Log
==========
Version 5.2.0 *(2024-11-12)*
----------------------------
**Android SDK**
- **Compile SDK**: 34 → 35
- **Target SDK**: 34 → 35

Added edge-to-edge support.

Version 5.1.3 *(2024-10-24)*
----------------------------
Bugfixes:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ You can subscribe to receive release updates by following these steps:
## Requirements

* `minSdkVersion`: **21**
* `compileSdkVersion`:**34**
* `compileSdkVersion`:**35**
* Java 11 language feature support (compile with Java 17 as of version 5.0.0)
* [Android X](https://developer.android.com/jetpack/androidx/) as of version SDK 2.0.0
* A Beacon Id created on [Help Scout](https://secure.helpscout.net/settings/beacons/)

### Supported platform and language versions

* Android 11.0 to 14.0 (as noted above the "minSdkVersion: 21 (Android 5.0)" for greater compatiblity however we only offer support for issues on Android 11+)
* Android 11.0 to 15.0 (as noted above the "minSdkVersion: 21 (Android 5.0)" for greater compatibility however we only offer support for issues on Android 11+)
* Kotlin 1.8.20
* Java 11
* Koin 3.4.2
Expand Down

0 comments on commit d193a31

Please sign in to comment.