Skip to content

Commit

Permalink
Merge pull request #165 from rubensousa/update_recyclerview
Browse files Browse the repository at this point in the history
1.1.0-rc01
  • Loading branch information
rubensousa authored Oct 18, 2023
2 parents 802487a + dbd409b commit 866a8ac
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Version 1.1.0

### 1.1.0-rc01

2023-10-18

#### Dependency updates

- Updated `androidx.recyclerview` to version `1.3.2` to fix sporadic crashes during animations: https://android.googlesource.com/platform/frameworks/support/+/9e69afd7854894754df62143d0b3c2f8be9ddaa0
- Updated `androidx.collection` to stable version `1.3.0`

### 1.1.0-beta02

2023-09-15
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
LIBRARY_VERSION=1.1.0-rc01
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ def versions = [:]
versions.minSdkVersion = 21
versions.targetSdkVersion = 33
versions.compileSdkVersion = 33
versions.recyclerview = '1.3.0'
versions.collection = '1.3.0-alpha04'
versions.recyclerview = '1.3.2'
versions.collection = '1.3.0'
versions.constraintLayout = '2.1.4'
versions.lifecycle = '2.5.1'
versions.navigation = '2.5.3'
Expand Down

0 comments on commit 866a8ac

Please sign in to comment.