From 524b89a11a9c5fc38f5bbeff9ed53348c95f64bc Mon Sep 17 00:00:00 2001 From: Kevin Gorham Date: Tue, 19 Feb 2019 18:00:12 -0500 Subject: [PATCH] repaired build server The application ID has changed and that generated another distribution page. Meaning, the CI build needed to be updated in several places. --- 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 04d90f8..d4094ec 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.6-alpha" + versionName "0.4.7-alpha" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true multiDexEnabled true