From 0a160ed04811b784d66a940053290151815e6b97 Mon Sep 17 00:00:00 2001 From: Kevin Gorham Date: Tue, 19 Feb 2019 17:00:52 -0500 Subject: [PATCH] internal alpha release --- zcash-android-wallet-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcash-android-wallet-app/app/build.gradle b/zcash-android-wallet-app/app/build.gradle index 8476a12..04d90f8 100644 --- a/zcash-android-wallet-app/app/build.gradle +++ b/zcash-android-wallet-app/app/build.gradle @@ -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.4.5-alpha" + versionName "0.4.6-alpha" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true multiDexEnabled true