|
1 | | -<h1 align="center">Breaking Bad - Jetpack Compose</h1> |
| 1 | +<h1 align="center"> 🧪 Breaking Bad - Jetpack Compose</h1> |
2 | 2 |
|
3 | 3 | <p align="center"> |
4 | 4 | <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-1.9.23-blue" /></a> |
6 | | - <a href="https://developer.android.com/jetpack/compose/bom"><img src = "https://img.shields.io/badge/jetpack%20compose-2024.05.00-brightgreen" /></a> |
| 5 | + <a href="https://kotlinlang.org/docs/whatsnew1920.html"><img src = "https://shields.io/badge/kotlin-2.0.10-blue" /></a> |
| 6 | + <a href="https://developer.android.com/jetpack/compose/bom"><img src = "https://img.shields.io/badge/jetpack%20compose-2024.06.00-brightgreen" /></a> |
7 | 7 | <a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg"/></a> |
8 | 8 | </p> |
9 | 9 |
|
|
36 | 36 | - [Coil-Compose](https://coil-kt.github.io/coil/compose) |
37 | 37 | - [Timber](https://github.com/JakeWharton/timber) |
38 | 38 | - [Haze](https://github.com/chrisbanes/haze) |
39 | | -- [sharedElement](https://developer.android.com/guide/fragments/animate#shared) |
| 39 | +- [SharedElement](https://developer.android.com/guide/fragments/animate#shared) |
40 | 40 |
|
41 | 41 | ## Multi Module |
42 | 42 |
|
|
60 | 60 | └── setting |
61 | 61 | ``` |
62 | 62 |
|
| 63 | +## Module Graphs |
63 | 64 |  |
64 | | - |
65 | | -# License |
66 | | - |
67 | | -```xml |
68 | | - Designed and developed by 2021 shinhyo |
69 | | - |
70 | | - Licensed under the Apache License, Version 2.0 (the "License"); |
71 | | - you may not use this file except in compliance with the License. |
72 | | - You may obtain a copy of the License at |
73 | | - |
74 | | - http://www.apache.org/licenses/LICENSE-2.0 |
75 | | - |
76 | | - Unless required by applicable law or agreed to in writing, software |
77 | | - distributed under the License is distributed on an "AS IS" BASIS, |
78 | | - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
79 | | - See the License for the specific language governing permissions and |
80 | | - limitations under the License. |
81 | | -``` |
0 commit comments