We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d220f commit cc62468Copy full SHA for cc62468
README.md
@@ -64,5 +64,5 @@ maven { url 'https://jitpack.io' }
64
65
Add the dependence to module (normally app)
66
``` groovy
67
-implementation 'com.github.Irineu333:Highlight:$highlight_version'
+implementation "com.github.Irineu333:Highlight:$highlight_version"
68
```
0 commit comments