There was an error while loading. Please reload this page.
1 parent 7949ee2 commit 454d830Copy full SHA for 454d830
README.md
@@ -29,7 +29,7 @@ allprojects {
29
30
Add the dependency:
31
```groovy
32
-compile 'com.github.kbiakov:CodeView-android:1.3.2'
+compile 'com.github.kbiakov:CodeView-Android:1.3.2'
33
```
34
35
## Usage
@@ -46,7 +46,7 @@ Add view to your layout & bind as usual:
46
<io.github.kbiakov.codeview.CodeView
47
android:id="@+id/code_view"
48
android:layout_width="wrap_content"
49
-android:layout_height="wrap_content"/>
+android:layout_height="wrap_content" />
50
51
```java
52
CodeView codeView = (CodeView) findViewById(R.id.code_view);
0 commit comments