diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5270f822..3e873c56 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -45,7 +45,7 @@ jobs: matrix: arch: [ x86 ] target: [ android-tv ] - api-level: [22, 25, 27, 28, 29, 30, 31] + api-level: [27, 28, 29, 30, 31] profile: [tv_1080p] steps: - name: checkout diff --git a/docs/changelog.md b/docs/changelog.md index a7784332..5e580588 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,14 @@ ## Version 1.4.0 +### 1.4.0-rc01 + +2024-11-11 + +#### Bug fixes + +- Fixed selection being reset if it's requested immediately after updating the adapter: ([#283](https://github.com/rubensousa/DpadRecyclerView/pull/283)) + ### 1.4.0-beta03 2024-10-17 diff --git a/gradle.properties b/gradle.properties index e34f0401..0867ba8b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,7 +27,7 @@ SONATYPE_HOST=S01 RELEASE_SIGNING_ENABLED=true GROUP=com.rubensousa.dpadrecyclerview -VERSION_NAME=1.4.0-beta03 +VERSION_NAME=1.4.0-rc01 POM_URL=https://github.com/rubensousa/dpadrecyclerview/ POM_SCM_URL=https://github.com/rubensousa/dpadrecyclerview/ POM_SCM_CONNECTION=scm:git:git://github.com/rubensousa/dpadrecyclerview.git diff --git a/mkdocs.yml b/mkdocs.yml index 3f26c949..05e380be 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ theme: extra: dpadrecyclerview: - version: '1.4.0-beta03' + version: '1.4.0-rc01' social: - icon: 'fontawesome/brands/github' link: 'https://github.com/rubensousa/DpadRecyclerView'