Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve stability of classes for compose #636

Merged
merged 10 commits into from
May 30, 2024

Conversation

mikepenz
Copy link
Owner

@mikepenz mikepenz commented Jul 14, 2023

  • add compose compiler to core and typeface module
  • mark IconicsPainter and IIcon as Immutable
  • update to gradle 8.2.1
  • update dependencies to more recent state
kotlin          : '1.8.22',
// compose
compose         : '1.4.3',
composeCompiler : '1.4.8'
// jetpack
recyclerView    : '1.3.0',
material        : '1.9.0',
appcompat       : '1.6.1',
ktx             : [
        core: '1.10.1'
],
aboutLibraries  : '10.8.2',
materialDrawer  : '9.0.1',

- mark `IconicsPainter` and `IIcon` as `Immutable`
  ```
kotlin          : '1.8.22',
// compose
compose         : '1.4.3',
composeCompiler : '1.4.8'
// jetpack
recyclerView    : '1.3.0',
material        : '1.9.0',
appcompat       : '1.6.1',
ktx             : [
        core: '1.10.1'
],
aboutLibraries  : '10.8.2',
materialDrawer  : '9.0.1',
```
@mikepenz mikepenz merged commit e35dc36 into develop May 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant