Skip to content

Commit 72c7c81

Browse files
committedMar 2, 2019
Release v2.7.0
1 parent a7287e3 commit 72c7c81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ fotoapparat.switchTo(
161161
Add dependency to your `build.gradle`
162162

163163
```groovy
164-
implementation 'io.fotoapparat:fotoapparat:2.6.1'
164+
implementation 'io.fotoapparat:fotoapparat:2.7.0'
165165
```
166166

167167
Camera permission will be automatically added to your `AndroidManifest.xml`. Do not forget to request this permission on Marshmallow and higher.

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
subprojects {
44
ext {
5-
artifactVersion = '2.6.1'
5+
artifactVersion = '2.7.0'
66
}
77
}
88

0 commit comments

Comments
 (0)
Please sign in to comment.