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

Commit 526c020

Browse files
committed
Merged release-1.1 into develop
2 parents dd15f7e + f81ae38 commit 526c020

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId "com.davidmiguel.gobees"
2828
minSdkVersion 19
2929
targetSdkVersion 25
30-
versionCode 10
31-
versionName "v1.0"
30+
versionCode 11
31+
versionName "v1.1"
3232

3333
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3434
}
@@ -170,7 +170,7 @@ sonarqube {
170170
property "sonar.projectName", "GoBees"
171171
property "sonar.projectKey", "com.davidmiguel.gobees"
172172
property "sonar.language", "java"
173-
property "sonar.projectVersion", "${android.defaultConfig.versionName}"
173+
property "sonar.projectVersion", "1.1"
174174
property "sonar.exclusions", "**/*.png,**/*.jpg"
175175
property "sonar.android.lint.report", "./build/outputs/lint-results-mockDebug.xml"
176176
property "sonar.junit.reportsPath", "./build/test-results/mockDebug"

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,9 @@
599599
<!-- Changelog [CHAR LIMIT=NONE] -->
600600
<string name="changelog" translatable="false">
601601
<![CDATA[
602+
<b>Version 1.1:</b><br/>
603+
- Add user guide.<br/>
604+
- Minor improvements and fixes.<br/><br/>
602605
<b>Version 1.0:</b><br/>
603606
- Splash screen.<br/>
604607
- Sample apiary generator.<br/>

0 commit comments

Comments
 (0)