Skip to content

Commit 58a817a

Browse files
authored
Update scanner-ui dependency version in README
Updated the dependency version for scanner-ui in the installation instructions.
1 parent 4467179 commit 58a817a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ flowchart LR
2424

2525
```kotlin
2626
repositories { maven("https://jitpack.io") }
27-
dependencies { debugImplementation("com.github.mohdaquib.ComposeA11yScanner:scanner-ui:<tag>") }
27+
dependencies { debugImplementation("com.github.mohdaquib.ComposeA11yScanner:scanner-ui:v1.0.0") }
2828
```
2929

3030
Use a debug-only dependency because the scanner is intended for development builds. `:scanner-ui` brings `:scanner-core` and `:scanner-rules` transitively.

0 commit comments

Comments
 (0)