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

Commit

Permalink
Bumped version number to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Feb 8, 2017
1 parent dd15f7e commit f81ae38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "com.davidmiguel.gobees"
minSdkVersion 19
targetSdkVersion 25
versionCode 10
versionName "v1.0"
versionCode 11
versionName "v1.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -170,7 +170,7 @@ sonarqube {
property "sonar.projectName", "GoBees"
property "sonar.projectKey", "com.davidmiguel.gobees"
property "sonar.language", "java"
property "sonar.projectVersion", "${android.defaultConfig.versionName}"
property "sonar.projectVersion", "1.1"
property "sonar.exclusions", "**/*.png,**/*.jpg"
property "sonar.android.lint.report", "./build/outputs/lint-results-mockDebug.xml"
property "sonar.junit.reportsPath", "./build/test-results/mockDebug"
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,9 @@
<!-- Changelog [CHAR LIMIT=NONE] -->
<string name="changelog" translatable="false">
<![CDATA[
<b>Version 1.1:</b><br/>
- Add user guide.<br/>
- Minor improvements and fixes.<br/><br/>
<b>Version 1.0:</b><br/>
- Splash screen.<br/>
- Sample apiary generator.<br/>
Expand Down

0 comments on commit f81ae38

Please sign in to comment.