Skip to content

Commit 76b77ca

Browse files
authored
[MOBILE-1594] Update compileSdk 34 and update README with new OS versions (#190)
1 parent 9b1c06e commit 76b77ca

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Change Log
22
==========
3+
Version 5.0.1 *2023-11-7*
4+
----------------------------
5+
6+
**Android SDK**
7+
- **Compile SDK**: 33 → 34
8+
- **Target SDK**: 33 → 34
9+
310
Version 5.0.0 *2023-08-31*
411
----------------------------
512
:warning: Breaking changes :warning:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ You can subscribe to receive release updates by following these steps:
1919
## Requirements
2020

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

2727
### Supported platform and language versions
2828

29-
* 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+)
29+
* 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+)
3030
* Kotlin 1.8.20
3131
* Java 11
3232
* Koin 3.4.2

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ext {
22
// Sdk and tools
33
minSdkVersion = 21
4-
targetSdkVersion = 33
5-
compileSdkVersion = 33
4+
targetSdkVersion = 34
5+
compileSdkVersion = 34
66

77
gradlePluginVersion = '8.0.2'
88
kotlinVersion = '1.8.20'

0 commit comments

Comments
 (0)