- fastlane fix

This commit is contained in:
2023-08-29 21:18:33 +01:00
parent 91ab3aab43
commit 6e399994d5
2 changed files with 3 additions and 3 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId "com.appttude.h_mal.farmr"
minSdkVersion 21
targetSdkVersion 31
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.0"
testInstrumentationRunner 'com.appttude.h_mal.farmr.application.TestRunner'
vectorDrawables.useSupportLibrary = true
}