Skip to content

Commit

Permalink
Release v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diolor committed Mar 2, 2019
1 parent a7287e3 commit 72c7c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ fotoapparat.switchTo(
Add dependency to your `build.gradle`

```groovy
implementation 'io.fotoapparat:fotoapparat:2.6.1'
implementation 'io.fotoapparat:fotoapparat:2.7.0'
```

Camera permission will be automatically added to your `AndroidManifest.xml`. Do not forget to request this permission on Marshmallow and higher.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

subprojects {
ext {
artifactVersion = '2.6.1'
artifactVersion = '2.7.0'
}
}

Expand Down

0 comments on commit 72c7c81

Please sign in to comment.