Skip to content

Commit

Permalink
Update version numbers in readme [si skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored Sep 28, 2019
1 parent 317ef96 commit 1779f15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add FoQA dependency to `build.gradle` of the application module:

```groovy
dependencies {
debugImplementation 'com.github.droidsonroids:foqa:0.0.11'
debugImplementation 'com.github.droidsonroids:foqa:0.1.4'
}
```

Expand Down Expand Up @@ -50,7 +50,7 @@ Shows device market name and Android version.

```groovy
dependencies {
debugImplementation 'pl.droidsonroids.foqa:deviceinfo:0.1.3'
debugImplementation 'pl.droidsonroids.foqa:deviceinfo:0.1.4'
}
```

Expand All @@ -65,7 +65,7 @@ System settings write prompt will appear when setting scale for the first time.

```groovy
dependencies {
debugImplementation 'pl.droidsonroids.foqa:fontscale:0.1.3'
debugImplementation 'pl.droidsonroids.foqa:fontscale:0.1.4'
}
```
### Chuck plugin
Expand All @@ -79,10 +79,10 @@ We'll deprecate this plugin after Hyperion Chuck becomes [compatible with MavenC

```groovy
dependencies {
debugImplementation 'pl.droidsonroids.foqa:chuck:0.1.3'
debugImplementation 'pl.droidsonroids.foqa:chuck:0.1.4'
}
```

## License

MIT License
MIT License

0 comments on commit 1779f15

Please sign in to comment.