Skip to content

Commit

Permalink
Added code syntax highlighting to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ravidsrk committed Feb 20, 2016
1 parent b2dc39f commit a3bace0
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 a3bace0

Please sign in to comment.