mirror of
https://github.com/hmalik144/Farmr.git
synced 2026-01-31 02:41:49 +00:00
- android version updated to 33
This commit is contained in:
@@ -13,8 +13,8 @@ android {
|
|||||||
applicationId "com.appttude.h_mal.farmr"
|
applicationId "com.appttude.h_mal.farmr"
|
||||||
minSdkVersion MIN_SDK_VERSION
|
minSdkVersion MIN_SDK_VERSION
|
||||||
targetSdkVersion TARGET_SDK_VERSION
|
targetSdkVersion TARGET_SDK_VERSION
|
||||||
versionCode 3
|
versionCode 4
|
||||||
versionName "2.1"
|
versionName "2.2"
|
||||||
testInstrumentationRunner 'com.appttude.h_mal.farmr.application.TestRunner'
|
testInstrumentationRunner 'com.appttude.h_mal.farmr.application.TestRunner'
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ KOTLIN_VERSION = 1.7.10
|
|||||||
GRADLE_ANALYZE_VERSION = 1.20.0
|
GRADLE_ANALYZE_VERSION = 1.20.0
|
||||||
|
|
||||||
# Android configuration
|
# Android configuration
|
||||||
COMPILE_SDK_VERSION = android-31
|
COMPILE_SDK_VERSION = android-33
|
||||||
TARGET_SDK_VERSION = 31
|
TARGET_SDK_VERSION = 33
|
||||||
MIN_SDK_VERSION = 21
|
MIN_SDK_VERSION = 21
|
||||||
|
|
||||||
# Gradle parameters
|
# Gradle parameters
|
||||||
|
|||||||
Reference in New Issue
Block a user