This commit is contained in:
dionysis
2018-07-05 21:47:59 +02:00
parent 36d5a038ce
commit 36670caf02
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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 : [