Skip to content

Commit

Permalink
add version 0.8.1 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
solrudev committed Oct 31, 2024
1 parent 20c51bf commit 8cd162b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Change Log
==========

Version 0.8.1 (2024-10-31)
--------------------------

### Dependencies

- Updated Kotlin to 2.0.21.
- Updated `androidx.annotation` to 1.9.1.
- Updated `androidx.activity` to 1.9.3 (sample apps dependency).
- Updated `androidx.constraintlayout` to 2.2.0 (sample apps dependency).
- Updated `androidx.lifecycle` to 2.8.7 (sample apps dependency).
- Updated `androidx.navigation` to 2.8.3 (sample apps dependency).
- Updated Guava to 33.3.1-android (sample apps dependency).
- Migrated from `gradle-nexus/publish-plugin` to `vanniktech/gradle-maven-publish-plugin` for publishing artifacts to Maven Central.

### Bug fixes and improvements

- Fix install confirmation from OS not displaying after granting install permission on some devices (particularly Android TV) using `SESSION_BASED` installer. This is a fix for #84.
- Fix various issues with dismissing install confirmation from OS via clicking outside of confirmation dialog using `SESSION_BASED` installer.

Version 0.8.0 (2024-10-25)
--------------------------

Expand Down

0 comments on commit 8cd162b

Please sign in to comment.