Skip to content

Commit ca5ff8a

Browse files
committed
FIX: 디버그 모드 suffix 제거 (카카오톡 로그인 패키지명 이슈)
1 parent 71f678d commit ca5ff8a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ android {
5454
?: System.getenv("BITNAGIL_DEV_URL")
5555
?: throw GradleException("bitnagil.dev.url 값이 없습니다.")
5656
buildConfigField("String", "BASE_URL", "\"$devUrl\"")
57-
applicationIdSuffix = ".debug"
5857
}
5958

6059
release {

0 commit comments

Comments
 (0)