Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Diolor committed Jul 5, 2018
1 parent 36d5a03 commit 36670ca
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 @@ -166,7 +166,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
implementation 'io.fotoapparat.fotoapparat:library:2.3.0'
implementation 'io.fotoapparat.fotoapparat:library:2.3.1'
```

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 @@ -4,7 +4,7 @@ buildscript {
ext {
versions = [
gradle : '4.4.1',
kotlin : '1.2.50',
kotlin : '1.2.51',
code : 1,
name : '1.0.0',
sdk : [
Expand Down

0 comments on commit 36670ca

Please sign in to comment.