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) 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.4' compile 'com.github.florent37:camerafragment:1.0.7'
``` ```
#Community # Community
Forked from [https://github.com/memfis19/Annca](https://github.com/memfis19/Annca) Forked from [https://github.com/memfis19/Annca](https://github.com/memfis19/Annca)
# Credits # Credits

@ -23,6 +23,6 @@ ext {
sdk = 25 sdk = 25
buildTools = "25.0.2" buildTools = "25.0.2"
minSdk = 10 minSdk = 10
libraryVersion = "1.0.6" libraryVersion = "1.0.7"
supportVersion = "25.0.0" supportVersion = "25.0.0"
} }

@ -39,7 +39,7 @@ if(project.rootProject.file('local.properties').exists() && (_user == null || _u
bintray { bintray {
user = _user user = _user
key = _key key = _key
override = true
configurations = ['archives'] configurations = ['archives']
pkg { pkg {
repo = bintrayRepo repo = bintrayRepo

@ -34,7 +34,7 @@ if(project.rootProject.file('local.properties').exists() && (_user == null || _u
bintray { bintray {
user = _user user = _user
key = _key key = _key
override = true
configurations = ['archives'] configurations = ['archives']
pkg { pkg {
repo = bintrayRepo repo = bintrayRepo

Loading…
Cancel
Save