Skip to content

Releases: mrlem/android-compose-template

Version 1.0.4

12 Dec 19:56

Choose a tag to compare

Noteworthy changes:

  • migrated to navigation3 🥳, code is much cleaner & shorter

Full Changelog: v1.0.3...v1.0.4

Version 1.0.3

10 Dec 21:19

Choose a tag to compare

Noteworthy changes:

  • edge to edge
  • detekt / ktlint
  • prettier readme

Full Changelog: v1.0.2...v1.0.3

Version 1.0.2

26 Nov 22:18

Choose a tag to compare

Noteworthy changes:

  • bump dependencies version (they were really old!)
  • changed sample app theme => wikipedia bookmarks app, with a real API
  • internal: add CI & release actions

Full Changelog: v1.0.1...v1.0.2

v1.0.1

03 Jan 13:30

Choose a tag to compare

Changes:

  • bumped all dependencies to their latest versions: gradle (8.9), kotlin (2.0), compose, retrofit, etc
  • moshi json serialization now relies on generated adapters rather than kotlin reflection

v1.0.0

28 Jan 19:25
b4ac100

Choose a tag to compare

Full rewrite.
Technical stack:

  • arch:
    • app: clean architecture with features x layer modularization
    • ui: simplified MVI
  • build: kts gradle build scripts + gradle convention plugins to simplify + version catalog
  • dep injection: hilt + auto-dagger
  • ui: compose + material3 + navigation
  • async: coroutines & flow
  • db: room
  • rest: retrofit
  • annotation processing: ksp only, no kapt