File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CodeView (Android)
22
33[ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-codeview--android-green.svg?style=true )] ( https://android-arsenal.com/details/1/4216 )
4- [ ![ Release] ( https://jitpack.io/v/e16din /codeview-android.svg )] ( https://jitpack.io/#e16din /codeview-android )
4+ [ ![ Release] ( https://jitpack.io/v/softwee /codeview-android.svg )] ( https://jitpack.io/#softwee /codeview-android )
55
66CodeView helps to show code content with syntax highlighting in native way.
77
@@ -27,7 +27,7 @@ allprojects {
2727
2828Add the dependency:
2929``` groovy
30- compile 'com.github.e16din :codeview-android:1.2.0'
30+ compile 'com.github.softwee :codeview-android:1.2.0'
3131```
3232
3333## Usage
@@ -61,7 +61,7 @@ codeView.highlight("java");
6161```
6262
6363Please firstly set adapter or use codeView.codeContent().
64- And finally you must call highlight() to process highlighting once .
64+ And finally you must call highlight() to process highlighting.
6565
6666
6767## Customizing
You can’t perform that action at this time.
0 commit comments