Skip to content

Commit

Permalink
[MOBILE-1594] Update compileSdk 34 and update README with new OS vers…
Browse files Browse the repository at this point in the history
…ions (#190)
  • Loading branch information
afflittoHS authored Nov 7, 2023
1 parent 9b1c06e commit 76b77ca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Change Log
==========
Version 5.0.1 *2023-11-7*
----------------------------

**Android SDK**
- **Compile SDK**: 33 → 34
- **Target SDK**: 33 → 34

Version 5.0.0 *2023-08-31*
----------------------------
:warning: Breaking changes :warning:
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`:**33**
* `compileSdkVersion`:**34**
* 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+)
* 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+)
* Kotlin 1.8.20
* Java 11
* Koin 3.4.2
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ext {
// Sdk and tools
minSdkVersion = 21
targetSdkVersion = 33
compileSdkVersion = 33
targetSdkVersion = 34
compileSdkVersion = 34

gradlePluginVersion = '8.0.2'
kotlinVersion = '1.8.20'
Expand Down

0 comments on commit 76b77ca

Please sign in to comment.