Skip to content

Commit b6948ca

Browse files
committed
Prepare for release 0.5.2
1 parent 752f1fd commit b6948ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ This is incredibly useful for:
139139
Add the dependency below to your `libs.versions.toml` file:
140140

141141
```toml
142-
stability-analyzer = { id = "com.github.skydoves.compose.stability.analyzer", version = "0.5.1" }
142+
stability-analyzer = { id = "com.github.skydoves.compose.stability.analyzer", version = "0.5.2" }
143143
```
144144

145145
Next, apply the plugin on your root's `build.gradle.kts` file like below:
@@ -154,6 +154,7 @@ It’s **strongly recommended to use the exact same Kotlin version** as this lib
154154

155155
| Stability Analyzer | Kotlin |
156156
|--------------------|-------------|
157+
| 0.5.2 | 2.2.21 |
157158
| 0.5.1 | 2.2.21 |
158159
| 0.5.0 | 2.2.21 |
159160
| 0.4.2 | 2.2.21 |

0 commit comments

Comments
 (0)