diff --git a/README.md b/README.md index ac73da0..7907d9f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -** DoNext ** +# DoNext [![Build status](https://geogeob.visualstudio.com/DoNext/_apis/build/status/DoNext-Android)](https://geogeob.visualstudio.com/DoNext/_build/latest?definitionId=3) -https://sonarcloud.io/api/project_badges/measure?project=wismna_DoNext&metric=alert_status +[Code Analysis](https://sonarcloud.io/api/project_badges/measure?project=wismna_DoNext&metric=alert_status) DoNext is an innovative task application. You can create and arrange task lists, create, edit and delete tasks... diff --git a/app/build.gradle b/app/build.gradle index fa711f4..f8a0872 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,6 +25,7 @@ sonarqube { property 'sonar.login', '#{sonar.login}' property 'sonar.organization', '#{sonar.organization}' property 'sonar.projectKey', '#{sonar.projectkey}' + property 'sonar.branch', 'master' } }