Merge pull request #35 from hmalik144/master

ci release update
This commit is contained in:
2023-09-08 15:41:52 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -127,4 +127,4 @@ workflows:
only: only:
- release - release
requires: requires:
- build-and-test - run_instrumentation_test

View File

@@ -13,8 +13,8 @@ android {
applicationId "com.appttude.h_mal.farmr" applicationId "com.appttude.h_mal.farmr"
minSdkVersion MIN_SDK_VERSION minSdkVersion MIN_SDK_VERSION
targetSdkVersion TARGET_SDK_VERSION targetSdkVersion TARGET_SDK_VERSION
versionCode 4 versionCode 5
versionName "2.2" versionName "2.3"
testInstrumentationRunner 'com.appttude.h_mal.farmr.application.TestRunner' testInstrumentationRunner 'com.appttude.h_mal.farmr.application.TestRunner'
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }