Skip to content

Commit

Permalink
#184 [chore][fix] 버전 올리기 및 홈화면 디자인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yjooooo committed Dec 29, 2022
1 parent 923cc79 commit c05053b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/fragment_hous.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@

<TextView
android:id="@+id/tv_hous_our_rules_num_1"
android:layout_width="wrap_content"
android:layout_width="14dp"
android:layout_height="wrap_content"
android:layout_marginStart="28dp"
android:fontFamily="@font/montserrat_semibold"
Expand Down Expand Up @@ -354,7 +354,7 @@

<TextView
android:id="@+id/tv_hous_our_rules_num_2"
android:layout_width="wrap_content"
android:layout_width="14dp"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:fontFamily="@font/montserrat_semibold"
Expand Down Expand Up @@ -395,7 +395,7 @@

<TextView
android:id="@+id/tv_hous_our_rules_num_3"
android:layout_width="wrap_content"
android:layout_width="14dp"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:fontFamily="@font/montserrat_semibold"
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ object AppConfig {
const val compileSdkVersion = 32
const val minSdkVersion = 26
const val targetSdkVersion = 32
const val versionCode = 3
const val versionName = "1.0.0"
const val versionCode = 4
const val versionName = "1.0.1"
}

object Deps {
Expand Down

0 comments on commit c05053b

Please sign in to comment.