We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7287e3 commit 72c7c81Copy full SHA for 72c7c81
README.md
@@ -161,7 +161,7 @@ fotoapparat.switchTo(
161
Add dependency to your `build.gradle`
162
163
```groovy
164
-implementation 'io.fotoapparat:fotoapparat:2.6.1'
+implementation 'io.fotoapparat:fotoapparat:2.7.0'
165
```
166
167
Camera permission will be automatically added to your `AndroidManifest.xml`. Do not forget to request this permission on Marshmallow and higher.
build.gradle
@@ -2,7 +2,7 @@
2
3
subprojects {
4
ext {
5
- artifactVersion = '2.6.1'
+ artifactVersion = '2.7.0'
6
}
7
8
0 commit comments