From d7534d585ec1da4ae2be0b8eab1cb7145634ac9f Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Wed, 6 Apr 2022 23:16:00 +0100 Subject: [PATCH] Upgraded android api (#11) --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 22fb4ee..7ac2d90 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,11 +10,11 @@ android { lintOptions { abortOnError false } - compileSdkVersion 30 + compileSdkVersion 32 defaultConfig { applicationId "com.appttude.h_mal.atlas_weather" - minSdkVersion 23 - targetSdkVersion 30 + minSdkVersion 26 + targetSdkVersion 32 versionCode 5 versionName "3.0" testInstrumentationRunner "com.appttude.h_mal.atlas_weather.application.TestRunner"