Skip to content

Commit

Permalink
Version bump to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsedykh committed Nov 16, 2023
1 parent 9798ce7 commit 4046859
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
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 = "3.3.0"
appVersion = "4.0.0"
kotlinVersion = "1.9.20"
kotlinCoroutines = "1.7.3"
minSdk = "22"
Expand Down
3 changes: 1 addition & 2 deletions library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +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:3.3.0'
implementation 'com.uploadcare.android.library:uploadcare-android:4.0.0'
```
3 changes: 1 addition & 2 deletions widget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +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:3.3.0'
implementation 'com.uploadcare.android.widget:uploadcare-android-widget:4.0.0'
```

0 comments on commit 4046859

Please sign in to comment.