From aff7c6f79852d67cd9dfb769f66e0f7966e18210 Mon Sep 17 00:00:00 2001 From: Kay Faraday Date: Fri, 2 Aug 2024 23:48:12 +0000 Subject: [PATCH] appease Android Studio --- app/build.gradle | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a22feaa..2c1340e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,12 +4,12 @@ plugins { } android { - compileSdk 32 - + namespace "quest.faraday.tip_calculator" defaultConfig { applicationId "quest.faraday.tip_calculator" minSdk 21 - targetSdk 32 + targetSdk 33 + compileSdk 33 versionCode 3 versionName "1.0.2" @@ -36,7 +36,6 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.material:material:1.7.0'