Skip to content

Commit

Permalink
Merge pull request #180 from rubensousa/adapter_update
Browse files Browse the repository at this point in the history
Bump to 1.2.0-alpha03
  • Loading branch information
rubensousa committed Jan 10, 2024
2 parents 3d67616 + d8384dc commit eb065f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Version 1.2.0

### 1.2.0-alpha03

2024-01-10

#### Bug fixes

- Fixed crash when requesting layout after a selection to an index out of bounds ([#178](https://github.com/rubensousa/DpadRecyclerView/issues/178))

### 1.2.0-alpha02

2023-12-27
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.2.0-alpha02
LIBRARY_VERSION=1.2.0-alpha03
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.2.0-alpha02'
version: '1.2.0-alpha03'
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/rubensousa/DpadRecyclerView'
Expand Down

0 comments on commit eb065f1

Please sign in to comment.