pull/17/head
florent champigny 8 years ago
parent 250fdcc681
commit d127349ce7
  1. 2
      README.md
  2. 2
      build.gradle

@ -136,7 +136,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) In your module [![Download](https://api.bintray.com/packages/florent37/maven/CameraFragment/images/download.svg)](https://bintray.com/florent37/maven/CameraFragment/_latestVersion)
```groovy ```groovy
compile 'com.github.florent37:camerafragment:1.0.2' compile 'com.github.florent37:camerafragment:1.0.3'
``` ```
#Community #Community

@ -22,6 +22,6 @@ ext {
sdk = 25 sdk = 25
buildTools = "24.0.3" buildTools = "24.0.3"
minSdk = 10 minSdk = 10
libraryVersion = "1.0.2" libraryVersion = "1.0.3"
supportVersion = "25.1.0" supportVersion = "25.1.0"
} }
Loading…
Cancel
Save