-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba5a046
commit b22806a
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Changes from 1.2.0: | ||
- Update Material Symbols to 12/07/2024 | ||
- Fix Glance support for Multiplatform resources | ||
Changes from 1.2.1: | ||
- Update Material Symbols to 19/07/2024 | ||
- Fix a bug where icons having their width higher than their height were being clipped horizontally (#2) | ||
|
||
Built with: | ||
- Compose Multiplatform 1.6.11 | ||
- Kotlin 2.0 | ||
- AndroidX Glance 1.1.0 | ||
- Android Gradle plugin 8.2.2 | ||
|
||
**Full Changelog**: https://github.com/tclement0922/compose-font-icons/compare/v1.2.0...v1.2.1 | ||
**Full Changelog**: https://github.com/tclement0922/compose-font-icons/compare/v1.2.1...v1.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
group=dev.tclement.fonticons | ||
version=1.2.1 | ||
version=1.2.2 | ||
packages-url=https://maven.pkg.github.com/tclement0922/compose-font-icons |