Skip to content

Commit

Permalink
Fix dependency name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtan403 authored Nov 21, 2017
1 parent 93803b5 commit b4efaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Then, add the library to your module `build.gradle`
dependencies {
compile 'com.github.kirtan403:K4Kotlin:0.4.0' // For all modules (NOT RECOMMENDED)
compile 'com.github.kirtan403.k4kotlin:k4kotlin:0.4.0' // Core extension functions
compile 'com.github.kirtan403:k4kotlin:k4kotlin-retrofit:0.4.0' // Extensions for Retrofit
compile 'com.github.kirtan403.k4kotlin:k4kotlin-retrofit:0.4.0' // Extensions for Retrofit
}
```

Expand Down

0 comments on commit b4efaa3

Please sign in to comment.