Skip to content

Commit

Permalink
[INTEGRATION] Prepared release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djavan-bertrand committed Dec 7, 2017
1 parent 8c040bd commit 60bc77f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand All @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
version=1.3.1
releaseTag=1.3.1
4 changes: 2 additions & 2 deletions jcvd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 60bc77f

Please sign in to comment.