Skip to content

Commit

Permalink
refactor: manifest에 AuthCodeHandler가 중복으로 등록되어 있는 것을 수정한다. (#451)
Browse files Browse the repository at this point in the history
* refactor: AuthCodeHandler 중복으로 등록되어 있는 코드를 수정한다.

* refactor: 배포를 위해 버전 코드를 수정한다.
  • Loading branch information
boogi-woogi authored Jan 9, 2024
1 parent 4641a93 commit f50630c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
14 changes: 0 additions & 14 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,6 @@
android:scheme="kakao${kakaoNativeKey}" />
</intent-filter>
</activity>
<activity
android:name="com.kakao.sdk.auth.AuthCodeHandlerActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data
android:host="oauth"
android:scheme="kakao${kakaoNativeKey}" />
</intent-filter>
</activity>
<activity
android:name=".feature.scrap.activity.ScrapListActivity"
android:exported="true" />
Expand Down

0 comments on commit f50630c

Please sign in to comment.