diff --git a/README.md b/README.md index 62ed7a2..35c9c4e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Simply add the dependency to the jcvd library in the build.gradle. ``` dependencies { // ... - compile 'com.sousoum:jcvd:1.2.0' + compile 'com.sousoum:jcvd:1.3.0' } ``` @@ -54,7 +54,7 @@ Then add the dependency to the jcvd library in the build.gradle. ``` dependencies { // ... - compile 'com.github.djavan-bertrand:JCVD:1.2.0' + compile 'com.github.djavan-bertrand:JCVD:1.3.0' } ``` @@ -67,6 +67,12 @@ Adding this dependency will also add the following permissions to your apk: ``` +and this dependency to your build: + +``` +com.google.android.gms:play-services-awareness:11.6.2 +`` + ## How to use A working example is available [in the project](https://github.com/djavan-bertrand/JCVD/tree/master/example). diff --git a/example/build.gradle b/example/build.gradle index 9178980..e1d6060 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.sousoum.jcvdexample" minSdkVersion 14 targetSdkVersion 26 - versionCode 3 - versionName "1.2.0" + versionCode 4 + versionName "1.3.0" } buildTypes { release { diff --git a/gradle.properties b/gradle.properties index fd1d0b2..e554870 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,5 +17,5 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true group=com.sousoum -version=1.2.0 -releaseTag=1.2.0 \ No newline at end of file +version=1.3.0 +releaseTag=1.3.0 \ No newline at end of file diff --git a/jcvd/build.gradle b/jcvd/build.gradle index d4983d3..7c04afb 100644 --- a/jcvd/build.gradle +++ b/jcvd/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 26 - versionCode 3 - versionName "1.2.0" + versionCode 4 + versionName "1.3.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {