Skip to content

Commit

Permalink
Merge pull request #110 from uploadcare/v410
Browse files Browse the repository at this point in the history
Release 4.1.0
  • Loading branch information
rsedykh authored Dec 19, 2023
2 parents d529d8d + bf346b9 commit c15816c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 4.1.0 — UNRELEASED
## 4.1.0
**Library changes:**
- Added file metadata [features](https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/File-metadata).
- Added file metadata [methods](https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/File-metadata).
- Added delete group [method](https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/Group/operation/deleteGroup).
- Added check from URL status [method](https://uploadcare.com/api-refs/upload-api/#tag/Upload/operation/fromURLUploadStatus).
- Added check document conversion status [method](https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/Conversion/operation/documentConvert).
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project-wide Gradle settings.
version=4.1.0-SNAPSHOT
version=4.1.0

# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
Expand All @@ -20,6 +20,5 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemor
android.enableJetifier=true
android.useAndroidX=true


# Signature key id
signing.gnupg.keyName=A0835D6B27223852
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.0.0"
appVersion = "4.1.0"
kotlinVersion = "1.9.21"
kotlinCoroutines = "1.7.3"
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.0.0'
implementation 'com.uploadcare.android.library:uploadcare-android:4.1.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.0.0'
implementation 'com.uploadcare.android.widget:uploadcare-android-widget:4.1.0'
```

0 comments on commit c15816c

Please sign in to comment.