Skip to content

Commit 4b86e32

Browse files
committed
chore: update dependencies in libs.versions.toml and README.md for Kotlin and Jetpack Compose
1 parent 68f084f commit 4b86e32

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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

@@ -35,7 +35,7 @@
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)
@@ -48,21 +48,21 @@
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

6868
The file structure is similar to Now in Android, but to follow Clean Architecture, the domain layer

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ targetSdkVer = "35"
66
minSdkVer = "28"
77

88
androidGradlePlugin = "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
1213
kotlin = "2.1.21"
1314
# https://github.com/google/ksp/releases

0 commit comments

Comments
 (0)