Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair authored Feb 7, 2018
1 parent dd008ab commit bf63df0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ kapt {
```groovy
dependencies {
...
implementation 'io.sellmair:kompass:0.0.5'
implementation 'io.sellmair:kompass-annotation:0.0.5'
kapt 'io.sellmair:kompass-processor:0.0.5'
implementation 'io.sellmair:kompass:0.0.6'
implementation 'io.sellmair:kompass-annotation:0.0.6'
kapt 'io.sellmair:kompass-processor:0.0.6'
}
```

Expand Down Expand Up @@ -292,4 +292,4 @@ Kompass comes with an own back-stack. You should override your Activities 'onBac
if (!kompass.popBackImmediate())
finish()
}
```
```

0 comments on commit bf63df0

Please sign in to comment.