From f01def1b6933c07ec740864cd8b6b970a128c3f3 Mon Sep 17 00:00:00 2001 From: "h.malik144@gmail.com" Date: Fri, 8 Sep 2023 15:05:15 +0100 Subject: [PATCH] - android version updated to 33 --- app/build.gradle | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3ba231c..9d9440c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 } diff --git a/gradle.properties b/gradle.properties index ae744b0..e3acd5b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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