Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
graknol committed May 2, 2016
1 parent efca339 commit 7998e27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AnvilKotlin
[![](https://jitpack.io/v/graknol/AnvilKotlin.svg)](https://jitpack.io/#graknol/AnvilKotlin)

A simple Kotlin wrapper around Anvil.
A simple Kotlin wrapper around [Anvil](https://github.com/zserge/anvil).

The only purpose of this library is to provide type safety to Anvil through Kotlin. Nothing more, nothing less. Enjoy! :)

Expand All @@ -17,17 +17,18 @@ allprojects {
}
```

The possible library strings are (remember, these follow the same rules as Anvil):
The possible library strings are:
```gradle
dependencies {
// Rember, you still need to set up the equivalent Anvil ones!
// Remember, you still need to add the equivalent Anvil and Android ones!
// SDK libraries (choose one)
compile 'com.github.graknol.AnvilKotlin:anvil:0.1.0:sdk15Release@aar'
compile 'com.github.graknol.AnvilKotlin:anvil:0.1.0:sdk19Release@aar'
compile 'com.github.graknol.AnvilKotlin:anvil:0.1.0:sdk21Release@aar'
// Support libraries
// Remember to also add their dependencies!
compile 'com.github.graknol.AnvilKotlin:cardview:0.1.0@aar'
compile 'com.github.graknol.AnvilKotlin:gridlayout:0.1.0@aar'
compile 'com.github.graknol.AnvilKotlin:recyclerview:0.1.0@aar'
Expand Down

0 comments on commit 7998e27

Please sign in to comment.