Skip to content

Commit

Permalink
Update README.md (#189)
Browse files Browse the repository at this point in the history
* Update README.md

* Amend kotlin version in CHANGELOG.md
  • Loading branch information
aliripe authored Sep 4, 2023
1 parent deb317f commit 9b1c06e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version 5.0.0 *2023-08-31*
:warning: Breaking changes :warning:

- **Java**: 8 → 11 (Java 17 support)
- **Kotlin**: 1.7.10 → 1.8.21
- **Kotlin**: 1.7.10 → 1.8.20
- **AGP**: 7.2.2 → 8.0.2
- **Gradle**: 7.3.3 -> 8.1

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ You can subscribe to receive release updates by following these steps:
## Requirements

* `minSdkVersion`: **21**
* `compileSdkVersion`:**31**
* Java 11 language feature support
* `compileSdkVersion`:**33**
* 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 13.0 (as noted above the "minSdkVersion: 21 (Android 5.0)" for greater compatiblity however we only offer support for issues on Android 11.0 to 13.0)
* Kotlin 1.6
* Android 11.0 to 13.0 (as noted above the "minSdkVersion: 21 (Android 5.0)" for greater compatiblity however we only offer support for issues on Android 11+)
* Kotlin 1.8.20
* Java 11
* Koin 3.2.0
* Koin 3.4.2

## Installation
The Beacon Android SDK is distributed as AAR and available from Maven Central, so add the following lines to your app's `build.gradle` file.
Expand Down

0 comments on commit 9b1c06e

Please sign in to comment.