Skip to content

Commit

Permalink
Merge branch 'release-0.3.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Aug 9, 2018
2 parents af4e13c + 7f85092 commit 2ff182d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions java-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ repositories {
dependencies {
// Commons schemas (backend, passive remote monitoring app)
compile 'org.radarcns:radar-schemas-commons:0.3.5'
compile 'org.radarcns:radar-schemas-commons:0.3.6'
// REST API schemas (REST API, testing)
compile 'org.radarcns:radar-schemas-restapi:0.3.5'
compile 'org.radarcns:radar-schemas-restapi:0.3.6'
// Questionnaire schemas (active remote monitoring app)
compile 'org.radarcns:radar-schemas-tools:0.3.5'
compile 'org.radarcns:radar-schemas-tools:0.3.6'
}
```
Usually, you only need to include the schemas you actually need in your dependencies.
Expand Down
2 changes: 1 addition & 1 deletion java-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects {
apply plugin: 'idea'

// Configuration
version = '0.3.6-SNAPSHOT'
version = '0.3.6'
group = 'org.radarcns'
ext.githubRepoName = 'RADAR-base/RADAR-Schemas'

Expand Down

0 comments on commit 2ff182d

Please sign in to comment.