bump version

This commit is contained in:
Kevin Gorham 2019-02-19 14:52:50 -05:00 committed by Kevin Gorham
parent dcf0dfc26d
commit c7d457e40e
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ android {
minSdkVersion buildConfig.minSdkVersion
targetSdkVersion buildConfig.targetSdkVersion
versionCode 17 // todo: change this to 1_00_04 format, once we graduate beyond zero for the major version number because leading zeros indicate on octal number.
versionName "0.3.5-alpha"
versionName "0.4.2-alpha"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true

View File

@ -156,7 +156,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="32dp"
android:text="0.3.5-alpha"
android:text="0.4.2-alpha"
android:textColor="@color/zcashGray_dark"
android:textSize="@dimen/text_size_body_2"
app:layout_constraintBottom_toTopOf="@id/text_about_updated_value"