Skip to content

Commit 4fc7fb6

Browse files
authored
Update README.md
1 parent 59ba692 commit 4fc7fb6

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
@@ -27,7 +27,7 @@ allprojects {
2727

2828
Add the dependency:
2929
```groovy
30-
compile 'com.github.softwee:codeview-android:1.1.1'
30+
compile 'com.github.softwee:codeview-android:1.1.2'
3131
```
3232

3333
## Usage
@@ -171,7 +171,7 @@ Didn't found yours? Please, open issue to show your interest & I try to add this
171171
## Contribute
172172
1. You can add your theme (see [ColorTheme](https://github.com/Softwee/codeview-android/blob/master/codeview/src/main/java/io/github/kbiakov/codeview/highlight/CodeHighlighter.kt) class). Try to add some classic color themes or create your own if it looks cool. You can find many of them in different open-source text editors.<br>
173173
2. If you are strong in a regex add missed language as shown [here](https://github.com/Softwee/codeview-android/blob/master/codeview/src/main/java/io/github/kbiakov/codeview/highlight/prettify/lang/LangScala.java). You can find existing regex for some language in different sources of js-libraries, etc, which plays the same role.<br>
174-
3. Various adapters also welcome, many use cases are impossible to cover.
174+
3. Various adapters also welcome, customization is unlimited.
175175

176176
## Author
177177
### [Kirill Biakov](https://github.com/kbiakov)

0 commit comments

Comments
 (0)