diff --git a/app/build.gradle b/app/build.gradle index c33fa8f0..5abb70b5 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 - versionCode 36 - versionName "1.2.4" + targetSdkVersion 34 + versionCode 39 + versionName "1.2.6" + 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 @@ +