Skip to content

Commit

Permalink
Update migrating-from-chuck.md (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcampogiani authored and cortinico committed Nov 1, 2019
1 parent 36f8fc1 commit 2e34e4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/migrating-from-chuck.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ repositories {
}
dependencies {
debugImplementation "com.github.ChuckerTeam.Chucker:library:3.0.0"
releaseImplementation "com.github.ChuckerTeam.Chucker:library-no-op:3.0.0"
debugImplementation "com.github.ChuckerTeam.Chucker:library:3.0.1"
releaseImplementation "com.github.ChuckerTeam.Chucker:library-no-op:3.0.1"
}
```

Expand Down Expand Up @@ -123,4 +123,4 @@ now you will call

```kotlin
Chucker.getLaunchIntent(context)
```
```

0 comments on commit 2e34e4f

Please sign in to comment.