diff --git a/README.md b/README.md index 35c9c4e..ed540d5 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.3.0' + compile 'com.sousoum:jcvd:1.3.1' } ``` @@ -54,7 +54,7 @@ Then add the dependency to the jcvd library in the build.gradle. ``` dependencies { // ... - compile 'com.github.djavan-bertrand:JCVD:1.3.0' + compile 'com.github.djavan-bertrand:JCVD:1.3.1' } ``` diff --git a/example/build.gradle b/example/build.gradle index e1d6060..b67a08c 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.sousoum.jcvdexample" minSdkVersion 14 targetSdkVersion 26 - versionCode 4 - versionName "1.3.0" + versionCode 5 + versionName "1.3.1" } buildTypes { release { diff --git a/gradle.properties b/gradle.properties index e554870..c247e6b 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.3.0 -releaseTag=1.3.0 \ No newline at end of file +version=1.3.1 +releaseTag=1.3.1 \ No newline at end of file diff --git a/jcvd/build.gradle b/jcvd/build.gradle index 7c04afb..bff0711 100644 --- a/jcvd/build.gradle +++ b/jcvd/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 26 - versionCode 4 - versionName "1.3.0" + versionCode 5 + versionName "1.3.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {