We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa8a1d commit 84913b4Copy full SHA for 84913b4
README.md
@@ -12,6 +12,7 @@
12
- [What is the Composable Architecture?](#what-is-the-composable-architecture)
13
- [Learn More](#learn-more)
14
- [Examples](#examples)
15
+ - [Videos/Presentations](#videospresentations)
16
- [Basic Usage](#basic-usage)
17
- [Testing](#testing)
18
- [Debugging](#debugging)
@@ -352,7 +353,7 @@ Then, add the project dependency:
352
353
354
```
355
dependencies {
- implementation 'com.xm:kotlin-composable-architecture:0.1.1'
356
+ implementation 'com.xm:kotlin-composable-architecture:0.1.2'
357
}
358
359
0 commit comments