Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinMoskala committed Feb 24, 2017
1 parent 94d5a40 commit 354ba88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Full documentation is located [here](https://github.com/MarcinMoskala/ActivitySt
* [Usage for Fragments](Usage for Fragments)
* [Usage for Services](Usage for Services)
* [Usage for BroadcastReceiver](Usage for BroadcastReceiver)
* [Usage of custom keys](Usage of custom keys)
* [Optional annotation usage](Optional annotation)
* [NonSavable annotation usage](NonSavable annotation)
* [How does it really work?](How does it really work?)
Expand Down Expand Up @@ -111,8 +112,8 @@ For Java project add in build.gradle file:

```groovy
dependencies {
compile 'com.github.marcinmoskala.activitystarter:activitystarter:0.20'
annotationProcessor 'com.github.marcinmoskala.activitystarter:activitystarter-compiler:0.20'
compile 'com.github.marcinmoskala.activitystarter:activitystarter:0.21'
annotationProcessor 'com.github.marcinmoskala.activitystarter:activitystarter-compiler:0.21'
}
```

Expand Down

0 comments on commit 354ba88

Please sign in to comment.