diff --git a/docs/changelog.md b/docs/changelog.md index c78444e3..85e06ac9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,12 @@ ## Version 1.1.0 +### 1.1.0-rc01 + +2023-10-18 + +- Updated `androidx.recyclerview` to version `1.3.2` to fix sporadic crashes during animations: https://android.googlesource.com/platform/frameworks/support/+/9e69afd7854894754df62143d0b3c2f8be9ddaa0 + ### 1.1.0-beta02 2023-09-15 diff --git a/gradle.properties b/gradle.properties index 6d628f06..55741653 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,4 +22,4 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true android.enableR8.fullMode=true -LIBRARY_VERSION=1.1.0-beta02 \ No newline at end of file +LIBRARY_VERSION=1.1.0-rc01 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 0db391ff..f5792e80 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ theme: extra: dpadrecyclerview: - version: '1.1.0-beta02' + version: '1.1.0-rc01' social: - icon: 'fontawesome/brands/github' link: 'https://github.com/rubensousa/DpadRecyclerView'