Merge pull request #30 from hmalik144/android_33_version_update

- android version updated to 33
This commit is contained in:
2023-09-08 15:10:23 +01:00
committed by GitHub
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
}

View File

@@ -26,8 +26,8 @@ KOTLIN_VERSION = 1.7.10
GRADLE_ANALYZE_VERSION = 1.20.0
# Android configuration
COMPILE_SDK_VERSION = android-31
TARGET_SDK_VERSION = 31
COMPILE_SDK_VERSION = android-33
TARGET_SDK_VERSION = 33
MIN_SDK_VERSION = 21
# Gradle parameters