From 8ca17a15b0bc1e763c34b422f8480d39da774ae7 Mon Sep 17 00:00:00 2001 From: youngjinc Date: Sun, 14 Jul 2024 10:19:33 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20targetSdkVersion=2034=EB=A1=9C=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 6 ++---- app/src/main/AndroidManifest.xml | 3 +++ .../main/java/com/hyeeyoung/wishboard/di/NetworkModule.kt | 6 +++--- .../wishboard/presentation/calendar/temp/DateItemView.kt | 3 +-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 626096a4..ecfb2f04 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,9 +10,6 @@ Properties properties = new Properties() properties.load(project.rootProject.file('local.properties').newDataInputStream()) android { - compileSdkVersion 33 - buildToolsVersion "30.0.3" - compileOptions { coreLibraryDesugaringEnabled true @@ -27,9 +24,10 @@ android { defaultConfig { applicationId "com.hyeeyoung.wishboard" minSdkVersion 24 - targetSdkVersion 33 + targetSdkVersion 34 versionCode 38 versionName "1.2.5" + compileSdk 34 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 533cfd5e..99215701 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,6 +12,9 @@ +