Skip to content

Commit

Permalink
#86 fix : 지역 수정
Browse files Browse the repository at this point in the history
Co-authored-by: plashdof <[email protected]>
Co-authored-by: BENDENG1 <[email protected]>
  • Loading branch information
3 people committed Dec 11, 2023
1 parent 92e2f59 commit c46a901
Showing 1 changed file with 19 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,30 @@ package com.avengers.nibobnebob.presentation.util
object LocationArray {
val LOCATION_ARRAY = listOf(
"지역을 선택하세요.",
"용산구",
"은평구",
"강서구",
"강남구",
"서초구",
"동작구",
"강동구",
"강북구",
"강서구",
"관악구",
"금천구",
"영등포구",
"양천구",
"구로구",
"송파구",
"광진구",
"강동구",
"성동구",
"중구",
"서대문구",
"구로구",
"금천구",
"노원구",
"도봉구",
"동대문구",
"동작구",
"마포구",
"서대문구",
"서초구",
"성동구",
"성북구",
"송파구",
"양천구",
"영등포구",
"용산구",
"은평구",
"도봉구",
"노원구",
"종로구",
"중구",
"중랑구",
)
}

0 comments on commit c46a901

Please sign in to comment.