From 104c75765a52558052c5eaba25241309705afe08 Mon Sep 17 00:00:00 2001 From: "h.malik144@gmail.com" Date: Fri, 8 Sep 2023 15:40:55 +0100 Subject: [PATCH] - ci update for release - bump version code --- .circleci/config.yml | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 342196f..6088a36 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -127,4 +127,4 @@ workflows: only: - release requires: - - build-and-test \ No newline at end of file + - run_instrumentation_test \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 9d9440c..abe1b81 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.appttude.h_mal.farmr" minSdkVersion MIN_SDK_VERSION targetSdkVersion TARGET_SDK_VERSION - versionCode 4 - versionName "2.2" + versionCode 5 + versionName "2.3" testInstrumentationRunner 'com.appttude.h_mal.farmr.application.TestRunner' vectorDrawables.useSupportLibrary = true }