Bumped version to 2.5.0
This commit is contained in:
@@ -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
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user