https://github.com/yjyoon-dev/android-project-template
Simple & Modern Android Project Template
https://github.com/yjyoon-dev/android-project-template
Last synced: 9 months ago
JSON representation
Simple & Modern Android Project Template
- Host: GitHub
- URL: https://github.com/yjyoon-dev/android-project-template
- Owner: yjyoon-dev
- Created: 2023-11-20T03:30:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T04:56:36.000Z (over 2 years ago)
- Last Synced: 2025-03-14T14:11:17.550Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Project Template

This repository is template of **Simple & Modern Android Project**.
# Specification
- Kotlin 1.9.20
- AGP 8.1.3
- Single Module Architecture with MVVM Pattern
- Gradle Version Catalog with Kotlin DSL
- Jetpack Compose with Material 3
- Dependency Injection with Dagger Hilt
- Retrofit & DataStore for data source.
- Core library desugaring enabled.
Also you can check detail dependencies [here](/gradle/libs.versions.toml).