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

Commit 23b7b7f

Browse files
committed
Merged develop into master
2 parents 34ee682 + 469eaa1 commit 23b7b7f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![header](https://cloud.githubusercontent.com/assets/6546265/22174630/785cdf04-dfe3-11e6-8cf4-024e8dc1c051.png)
22

3-
[![GitHub Issues](https://img.shields.io/github/issues/davidmigloz/go-bees.svg)](https://github.com/davidmigloz/go-bees/issues)
3+
[![ZenHub](https://raw.githubusercontent.com/ZenHubIO/support/master/zenhub-badge.png)](https://zenhub.com)
44
[![Build Status](https://travis-ci.org/davidmigloz/go-bees.svg?branch=master)](https://travis-ci.org/davidmigloz/go-bees)
55
[![codecov](https://codecov.io/gh/davidmigloz/go-bees/branch/master/graph/badge.svg)](https://codecov.io/gh/davidmigloz/go-bees)
66
[![Code Climate](https://codeclimate.com/github/davidmigloz/go-bees/badges/gpa.svg)](https://codeclimate.com/github/davidmigloz/go-bees)

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)