Skip to content

Commit

Permalink
Merge pull request #487 from BCSDLab/hotfix/appname
Browse files Browse the repository at this point in the history
[Hotfix] 앱 네임 변경
  • Loading branch information
Jokwanhee authored Nov 29, 2024
2 parents 6f4d733 + 6252cdb commit eb0565c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
}

extra.apply {
set("versionName", "4.0.9")
set("versionCode", 40009)
set("versionName", "4.0.10")
set("versionCode", 40010)
// 코인 버전 관리

set("versionBusinessName", "1.0.1")
Expand Down
2 changes: 1 addition & 1 deletion koin/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name" tools:ignore="DuplicateDefinition">코인\n커뮤니티</string>
<string name="app_name" tools:ignore="DuplicateDefinition">코인 커뮤니티</string>

<string name="sign_up">회원가입</string>
<string name="login_complete">로그인완료</string>
Expand Down

0 comments on commit eb0565c

Please sign in to comment.