diff --git a/CHANGELOG.md b/CHANGELOG.md index 1547d65..8c34ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ Change Log ========== +Version 6.0.0 *(2023-12-18)* +---------------------------- + * [Upgrade] Gradle version upgrade completed + * [Fix] Picker crashing on the tablet + * [Fix] Progress bar is not updated until the upload is completed + Version 5.3.0 *(2018-11-29)* ---------------------------- diff --git a/README.md b/README.md index f7d2e89..d302882 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ## Install ```gradle -implementation 'com.filestack:filestack-android:5.3.0' +implementation 'com.filestack:filestack-android:6.0.0' ``` ## Tester and Samples diff --git a/filestack/build.gradle b/filestack/build.gradle index 7c9caa0..c1b4c32 100644 --- a/filestack/build.gradle +++ b/filestack/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' group = 'com.filestack' -version = '5.3.0' +version = '6.0.0' project.archivesBaseName = 'filestack-android' android {