pull/51/head v1.0.7
florent champigny 8 years ago
parent 0062cc6f35
commit 366e8c6a8f
  1. 6
      README.md
  2. 2
      build.gradle
  3. 2
      gradle/bintray-android-v1.gradle
  4. 2
      gradle/bintray-java-v1.gradle

@ -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
bintray {
user = _user
key = _key
override = true
configurations = ['archives']
pkg {
repo = bintrayRepo

Loading…
Cancel
Save