Android-Iconics icon indicating copy to clipboard operation
Android-Iconics copied to clipboard

Improve `stability` of classes for compose

Open mikepenz opened this issue 2 years ago • 0 comments

  • 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',

mikepenz avatar Jul 14 '23 15:07 mikepenz