@ -139,11 +139,11 @@ CameraFragment comes with some default views
In your module [![Download](https://api.bintray.com/packages/florent37/maven/CameraFragment/images/download.svg)](https://bintray.com/florent37/maven/CameraFragment/_latestVersion)
```groovy
compile 'com.github.florent37:camerafragment:1.0.4'
compile 'com.github.florent37:camerafragment:1.0.7'
```
#Community
# Community
Forked from [https://github.com/memfis19/Annca](https://github.com/memfis19/Annca)
# Credits
@ -23,6 +23,6 @@ ext {
sdk = 25
buildTools = "25.0.2"
minSdk = 10
libraryVersion = "1.0.6"
libraryVersion = "1.0.7"
supportVersion = "25.0.0"
}
@ -39,7 +39,7 @@ if(project.rootProject.file('local.properties').exists() && (_user == null || _u
bintray {
user = _user
key = _key
override = true
configurations = ['archives']
pkg {
repo = bintrayRepo
@ -34,7 +34,7 @@ if(project.rootProject.file('local.properties').exists() && (_user == null || _u