Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Bump version to 1.0.1 (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinreams authored Apr 1, 2019
1 parent a2671df commit 99e2fa7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
minSdkVersion 24
//noinspection OldTargetApi
targetSdkVersion 26
versionCode 1
versionName "1.0"
versionCode 3255
versionName "1.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// The following argument makes the Android Test Orchestrator run its
// "pm clear" command after each test invocation. This command ensures
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/list_cell_setting_appversion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
android:textAlignment="center"
android:lineSpacingExtra="6sp"
android:layout_marginTop="16dp"
tools:text="App Version: 1.0"/>
tools:text="App Version: 1.0.1"/>
<!-- Set the tools:text value to match versionName from build.gradle -->
</LinearLayout>
2 changes: 1 addition & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ NOTE: _brand new_ apps may take 1 or more hours to appear in the Play Store wher

_Once a version has been merged or released, the major app version should be increased_

- Update the `versionCode` and `versionName` values in `app/build.gradle`
- Update the `versionName` value (and `versionCode` if applicable) in `app/build.gradle`
- Also update the value in the `list_cell_setting_appversion.xml` layout to _the exact same version_

[1]: https://app.bitrise.io/app/20089a88380dd14d
Expand Down

0 comments on commit 99e2fa7

Please sign in to comment.