This repository was archived by the owner on Mar 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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/>
You can’t perform that action at this time.
0 commit comments