diff --git a/java-sdk/README.md b/java-sdk/README.md index 9c06e10c..a8d75dce 100644 --- a/java-sdk/README.md +++ b/java-sdk/README.md @@ -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. diff --git a/java-sdk/build.gradle b/java-sdk/build.gradle index bd5362dc..462a71ee 100644 --- a/java-sdk/build.gradle +++ b/java-sdk/build.gradle @@ -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'