- android version updated to 33

This commit is contained in:
2023-09-08 15:05:15 +01:00
parent 1258afc4d0
commit f01def1b69
2 changed files with 4 additions and 4 deletions

View File

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