Bumped version to 2.5.0

This commit is contained in:
Dima Zaytsev
2018-10-11 00:05:17 +02:00
parent cb4c8d1ee1
commit ec6cdf3d66
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ fotoapparat.switchTo(
Add dependency to your `build.gradle`
```groovy
implementation 'io.fotoapparat:fotoapparat:2.4.0'
implementation 'io.fotoapparat:fotoapparat:2.5.0'
```
Camera permission will be automatically added to your `AndroidManifest.xml`. Do not forget to request this permission on Marshmallow and higher.
+2 -2
View File
@@ -2,7 +2,7 @@
subprojects {
ext {
artifactVersion = '2.4.0'
artifactVersion = '2.5.0'
}
}
@@ -61,4 +61,4 @@ task clean(type: Delete) {
task wrapper(type: Wrapper) {
gradleVersion = versions.gradle
}
}