Skip to content

Commit

Permalink
Bump to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rsedykh committed Jun 11, 2024
1 parent c705334 commit b55c365
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.3.1
**Changes:**
* bugfix: UploadcareClient class visibility

## 4.3.0
**Library changes:**
- Added convert methods with result data
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project-wide Gradle settings.
version=4.3.0
version=4.3.1

# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
appVersion = "4.3.0"
appVersion = "4.3.1"
kotlinVersion = "1.9.23"
kotlinCoroutines = "1.8.0"
minSdk = "22"
Expand Down
2 changes: 1 addition & 1 deletion library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ The latest stable version is available at jCenter.
To include it in your Android project, add this line to the 'gradle.build' file:

```
implementation 'com.uploadcare.android.library:uploadcare-android:4.3.0'
implementation 'com.uploadcare.android.library:uploadcare-android:4.3.1'
```
2 changes: 1 addition & 1 deletion widget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ The latest stable version is available from jCenter.
To include it in your Android project, add this line to the 'gradle.build' file:

```
implementation 'com.uploadcare.android.widget:uploadcare-android-widget:4.3.0'
implementation 'com.uploadcare.android.widget:uploadcare-android-widget:4.3.1'
```

0 comments on commit b55c365

Please sign in to comment.