Skip to content

Commit

Permalink
Merge pull request #129 from uploadcare/release/4.3.0
Browse files Browse the repository at this point in the history
Release 4.3.0
  • Loading branch information
rsedykh committed May 6, 2024
2 parents 57d13b5 + 9a14e0f commit 5ef3574
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## 4.3.0
**Library changes:**
- Added convert methods with result data

## 4.2.0
**Library changes:**
- Improved support for [auto-store setting](https://uploadcare.com/docs/uploads/storage/#defaults).
- Added convert methods with result data

## 4.1.0
**Library changes:**
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.2.0
version=4.3.0

# 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.1.0"
appVersion = "4.3.0"
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.1.0'
implementation 'com.uploadcare.android.library:uploadcare-android:4.3.0'
```
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.1.0'
implementation 'com.uploadcare.android.widget:uploadcare-android-widget:4.3.0'
```

0 comments on commit 5ef3574

Please sign in to comment.