mirror of
https://github.com/hmalik144/Farmr.git
synced 2025-12-10 02:25:19 +00:00
Merge pull request #30 from hmalik144/android_33_version_update
- android version updated to 33
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user