From f50630cfb25f4f712241469ca7567754b306ee47 Mon Sep 17 00:00:00 2001 From: boogi-woogi Date: Tue, 9 Jan 2024 21:25:04 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20manifest=EC=97=90=20AuthCodeHandler?= =?UTF-8?q?=EA=B0=80=20=EC=A4=91=EB=B3=B5=EC=9C=BC=EB=A1=9C=20=EB=93=B1?= =?UTF-8?q?=EB=A1=9D=EB=90=98=EC=96=B4=20=EC=9E=88=EB=8A=94=20=EA=B2=83?= =?UTF-8?q?=EC=9D=84=20=EC=88=98=EC=A0=95=ED=95=9C=EB=8B=A4.=20(#451)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * refactor: AuthCodeHandler 중복으로 등록되어 있는 코드를 수정한다. * refactor: 배포를 위해 버전 코드를 수정한다. --- android/app/build.gradle.kts | 2 +- android/app/src/main/AndroidManifest.xml | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 764807498..0459522dc 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -29,7 +29,7 @@ android { minSdk = 28 targetSdk = 33 versionCode = 6 - versionName = "1.2.2" + versionName = "1.3.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArgument( diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index e2b5aab67..f6ab8a6a4 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -47,20 +47,6 @@ android:scheme="kakao${kakaoNativeKey}" /> - - - - - - - - - -