File tree Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 22
33<p align =" center " >
44 <a href =' https://developer.android.com ' ><img src =' http://img.shields.io/badge/platform-android-green.svg ' /></a >
5- <a href =" https://kotlinlang.org/docs/whatsnew1920 .html " ><img src = " https://shields.io/badge/kotlin-2.0.20 -blue " /></a >
6- <a href =" https://developer.android.com/jetpack/compose/bom " ><img src = " https://img.shields.io/badge/jetpack%20compose-2024.09.00 -brightgreen " /></a >
5+ <a href =" https://kotlinlang.org/docs/home .html " ><img src = " https://shields.io/badge/kotlin-2.1.21 -blue " /></a >
6+ <a href =" https://developer.android.com/jetpack/compose/bom " ><img src = " https://img.shields.io/badge/jetpack%20compose-2025.05.01 -brightgreen " /></a >
77 <a href =" https://opensource.org/licenses/Apache-2.0 " ><img src =" https://img.shields.io/badge/license-Apache%202.0-blue.svg " /></a >
88</p >
99
3535 - [ Material Theme Builder] ( https://material-foundation.github.io/material-theme-builder/ )
3636- Single Activity
3737- StaggeredVerticalGrid
38- - [ Gradle Version Catalog] ( https://docs.gradle.org/7.4 /userguide/platforms.html )
38+ - [ Gradle Version Catalog] ( https://docs.gradle.org/current /userguide/platforms.html )
3939- [ Retrofit2] ( https://github.com/square/retrofit )
4040- [ Coil-Compose] ( https://coil-kt.github.io/coil/compose )
4141- [ Timber] ( https://github.com/JakeWharton/timber )
4848```
4949├── app
5050├── core
51- │ ├── common
52- │ ├── data
53- │ ├── database
54- │ ├── datastore
55- │ ├── designsystem
56- │ ├── domain
57- │ ├── model
58- │ └── network
51+ │ ├── common
52+ │ ├── data
53+ │ ├── database
54+ │ ├── datastore
55+ │ ├── designsystem
56+ │ ├── domain
57+ │ ├── model
58+ │ └── network
5959└── feature
60- ├── bottombar
61- ├── detail
62- ├── favorite
63- ├── list
64- ├── main
65- └── setting
60+ ├── bottombar
61+ ├── detail
62+ ├── favorite
63+ ├── list
64+ ├── main
65+ └── setting
6666```
6767
6868The file structure is similar to Now in Android, but to follow Clean Architecture, the domain layer
Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ targetSdkVer = "35"
66minSdkVer = " 28"
77
88androidGradlePlugin = " 8.10.0"
9- androidTools = " 31.10.0"
109
10+ # https://mvnrepository.com/artifact/com.android.tools.utp/android-device-provider-ddmlib
11+ androidTools = " 31.10.0"
1112# https://github.com/JetBrains/kotlin/releases
1213kotlin = " 2.1.21"
1314# https://github.com/google/ksp/releases
You can’t perform that action at this time.
0 commit comments