Skip to content

Commit

Permalink
Merge pull request #55 from ravidsrk/patch-1
Browse files Browse the repository at this point in the history
Added code syntax highlighting to Readme
  • Loading branch information
tbarthel-fr committed Mar 4, 2016
2 parents b2dc39f + a3bace0 commit a934971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gradle dependency
=======
Since the library is promoted on maven central, just add a new gradle dependency :

```java
```groovy
compile 'fr.tvbarthel.blurdialogfragment:lib:2.1.5'
```

Expand All @@ -50,7 +50,7 @@ Use RenderScript in Your Project

Simply add this line to your build.gradle

```
```groovy
defaultConfig {
...
renderscriptTargetApi 22
Expand Down

0 comments on commit a934971

Please sign in to comment.