@ -135,7 +135,7 @@ 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.0'
compile 'com.github.florent37:camerafragment:1.0.1'
```
#Community
@ -22,6 +22,6 @@ ext {
sdk = 25
buildTools = "24.0.3"
minSdk = 10
libraryVersion = "1.0.0"
libraryVersion = "1.0.1"
supportVersion = "25.1.0"
}