Skip to content

Commit

Permalink
[INTEGRATION] Prepared release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djavan-bertrand committed Nov 30, 2017
1 parent fb3f253 commit 8c040bd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
10 changes: 8 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.2.0'
compile 'com.sousoum:jcvd:1.3.0'
}
```

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.2.0'
compile 'com.github.djavan-bertrand:JCVD:1.3.0'
}
```

Expand All @@ -67,6 +67,12 @@ Adding this dependency will also add the following permissions to your apk:
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
```

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).
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 3
versionName "1.2.0"
versionCode 4
versionName "1.3.0"
}
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.2.0
releaseTag=1.2.0
version=1.3.0
releaseTag=1.3.0
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 3
versionName "1.2.0"
versionCode 4
versionName "1.3.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 8c040bd

Please sign in to comment.