Skip to content

Commit 15e4f4a

Browse files
committed
Update readme and changelog
1 parent 5799a7f commit 15e4f4a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 2.3.3 - 2023-02-26
4+
### Changed
5+
- Updated to support compileSdkVersion to 31
6+
- Minor improvements
7+
38
## 2.3.2 - 2020-04-03
49
### Changed
510
- Added better error handling

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
## Requirements
2525

26-
`PathshareSDK` for Android supports Android 5.x, 6.x, 7.x, 8.x, 9.x and 10.x.
26+
`PathshareSDK` for Android supports Android 5.x, 6.x, 7.x, 8.x, 9.x, 10.x, 11.x, 12.x and 13.x.
2727

2828
## Installation
2929

@@ -38,7 +38,7 @@ repositories {
3838
3939
dependencies {
4040
...
41-
compile 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.2'
41+
compile 'ch.freshbits.pathshare.sdk:pathshare-sdk:2.3.3'
4242
}
4343
```
4444

0 commit comments

Comments
 (0)