Skip to content

Releases: android/compose-samples

JetNews updated to dev06

11 Mar 19:09
Compare
Choose a tag to compare
Pre-release

Changes:

  • Removed deprecated calls to Draw
  • Configured Kotlin compiler
  • Added some missing @composable annotations (caught by new compiler)
  • Update to use ImagePainter and cleanup modifier usage for images.
  • Switch to contentColor for unselected topic buttons

JetNews updated to dev05

11 Mar 19:09
Compare
Choose a tag to compare
Pre-release

Changes:

  • Bumped version
  • Convert screens to use new Scaffold component
  • Use modifiers for PostCardPopular instead of Space for margin
  • Add @Preview throughout for various states and components
  • Fixed all warnings
  • Updated to new Ambient syntax