Skip to content

Commit c6b96ee

Browse files
authored
Update README.md
1 parent ab8a04d commit c6b96ee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Breaking Bad - Jetpack Compose
22
<a href='https://developer.android.com'><img src='http://img.shields.io/badge/platform-android-green.svg'/></a>
3-
<a href = "https://developer.android.com/jetpack/androidx/versions/all-channel#march_24_2021"> <img src = "https://img.shields.io/badge/Jetpack%20Compose-1.2.1-brightgreen" /> </a>
4-
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/></a>
3+
<a href="https://kotlinlang.org/docs/whatsnew1720.html"><img src = "https://shields.io/badge/kotlin-1.7.20-blue" /></a>
4+
<a href="https://developer.android.com/jetpack/androidx/releases/compose#versions"><img src = "https://img.shields.io/badge/jetpack%20compose-1.2.1-brightgreen" /></a>
5+
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg"/></a>
56
[![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io/)
67

78
<p >
@@ -20,7 +21,7 @@
2021
- Room - Create, store, and manage persistent data backed by a SQLite database.
2122
- ViewModel - Store and manage UI-related data in a lifecycle conscious.
2223
- App Startup - initialize components at app startup.
23-
- Clean Architecture
24+
- Clean Architecture (nowinandroid)
2425
- MVVM pattern
2526
- Kotlin Coroutines & Flows
2627
- Material Design
@@ -32,7 +33,7 @@
3233
- [Coil-Compose](https://coil-kt.github.io/coil/compose)
3334
- [Timber](https://github.com/JakeWharton/timber)
3435

35-
## Multi Module (Clean Architecture)
36+
## Multi Module ([nowinandroid](https://github.com/android/nowinandroid))
3637
![](project.dot.png)
3738

3839
### If you think this reposittory is useful, please press the star button at the top. ⭐️

0 commit comments

Comments
 (0)