Merge pull request #26 from hmalik144/version_bump

- bumped version
This commit is contained in:
2023-08-31 10:45:40 +01:00
committed by GitHub

View File

@@ -13,8 +13,8 @@ android {
applicationId "com.appttude.h_mal.farmr"
minSdkVersion MIN_SDK_VERSION
targetSdkVersion TARGET_SDK_VERSION
versionCode 2
versionName "2.0"
versionCode 3
versionName "2.1"
testInstrumentationRunner 'com.appttude.h_mal.farmr.application.TestRunner'
vectorDrawables.useSupportLibrary = true
}