Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 0b2dfff

Browse files
committed
Fix sonarqube version
1 parent 19db2fe commit 0b2dfff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ sonarqube {
169169
properties {
170170
property "sonar.projectName", "GoBees"
171171
property "sonar.projectKey", "com.davidmiguel.gobees"
172-
property "sonar.projectVersion", versionName
172+
property "sonar.projectVersion", "${android.defaultConfig.versionName}"
173173
property "sonar.exclusions", "**/*.png,**/*.jpg"
174174
property "sonar.android.lint.report", "./build/outputs/lint-results-mockDebug.xml"
175175
property "sonar.junit.reportsPath", "./build/test-results/mockDebug"

app/src/main/res/values/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,6 @@
606606
- Add coordinates manually.<br/>
607607
- Update OpenCV to v3.2.0.<br/>
608608
- Several bug fixes for Android < 5.0.<br/>
609-
- Add Share app.<br/>
610609
- Minor improvements and fixes.<br/><br/>
611610
<b>Version 0.7:</b><br/>
612611
- Spanish translation.<br/>

0 commit comments

Comments
 (0)