File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ You can download the Compose Stability Analyzer Plugin with the steps below:
4949
50501 . 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
54542 . 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:
127127Add 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
133133Next, apply the plugin on your root's ` build.gradle.kts ` file like below:
You can’t perform that action at this time.
0 commit comments