Skip to content

Commit

Permalink
chore: Sync AppBar code with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Jan 17, 2025
1 parent 9ed12ef commit 63cdf24
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 89 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
- Refactor Library to store LibraryMap instead of flatten list of LibraryItem
- LibraryItem abstraction to make it easier to manage
- LibraryManga no longer extend MangaImpl
- Update dependency androidx.compose:compose-bom to v2025.01.00

## [1.9.7]

Expand Down
2 changes: 1 addition & 1 deletion gradle/compose.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
compose = "2024.12.01"
compose = "2025.01.00"

[libraries]
bom = { module = "androidx.compose:compose-bom", version.ref = "compose" }
Expand Down
Loading

0 comments on commit 63cdf24

Please sign in to comment.