Release Notes

Back to Home

Template Release History

Track the evolution of our Android templates. We're releasing templates in phases, starting with Basic, followed by Intermediate, and finally Advanced.

Version 1.0.0
Released
Basic Template
2025-10-04

Changes & Features:

  • Initial release of Basic Android template
  • Simple MainActivity with Jetpack Compose
  • Hilt or Koin dependency injection setup
  • Retrofit or Ktor network library setup
  • Kotlin Coroutines for asynchronous operations
  • Basic Gradle configuration with Kotlin support
  • AndroidManifest.xml with basic app configuration
  • Gradle properties for project-wide settings
Version 1.0.1
Released
Basic Template - Bug Fixes
2025-10-04

Changes & Features:

  • Refactored the template API as the new foundation for later templates.
Version 1.1.0
Released
Intermediate Template
2025-10-15

Changes & Features:

  • MVVM architecture implementation
  • Navigation Component integration
  • Integrated Modularization
  • Repository pattern for data management
  • ViewModel with LiveData/StateFlow
  • Multiple screens with navigation graph
  • Room, Hilt, Retrofit added for library support
Version 1.2.0
Planned
Advanced Template
Planned

Changes & Features:

  • Clean Architecture with multi-module structure
  • Domain, Data, and Feature modules
  • Use case implementation
  • Unit and instrumentation test setup
  • CI/CD workflow with GitHub Actions
  • ProGuard rules and code optimization