Skip to content

Commit 229a6a2

Browse files
authored
Update README.md
1 parent 3759b70 commit 229a6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can download the Compose Stability Analyzer Plugin with the steps below:
4949

5050
1. Download the idea plugin file below:
5151

52-
[compose-stability-analyzer-idea-0.4.1.zip](https://github.com/user-attachments/files/23290392/compose-stability-analyzer-idea-0.4.1.zip)
52+
[compose-stability-analyzer-idea-0.4.2.zip](https://github.com/user-attachments/files/23327232/compose-stability-analyzer-idea-0.4.2.zip)
5353

5454
2. Open **Android Studio** > **Settings** (or **Preferences**) > **Plugins** > **⚙️ icon** > **Install Plugin from Disk...** Select the `.zip` file > **Restart Android Studio**.
5555

@@ -127,7 +127,7 @@ This is incredibly useful for:
127127
Add the dependency below to your `libs.versions.toml` file:
128128

129129
```toml
130-
stability-analyzer = { id = "com.github.skydoves.compose.stability.analyzer", version = "0.4.1" }
130+
stability-analyzer = { id = "com.github.skydoves.compose.stability.analyzer", version = "0.4.2" }
131131
```
132132

133133
Next, apply the plugin on your root's `build.gradle.kts` file like below:

0 commit comments

Comments
 (0)