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 }