Skip to content

Commit

Permalink
chore: 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkrwngud445 committed Sep 30, 2024
1 parent 6bb469d commit 53939c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
applicationId = "com.withpeace.withpeace"
targetSdk = 34
versionCode = 12
versionName = "2.2.0"
versionCode = 13
versionName = "2.2.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import com.withpeace.withpeace.feature.home.navigation.navigateHome
import com.withpeace.withpeace.feature.policylist.navigation.POLICY_LIST_ROUTE
import com.withpeace.withpeace.feature.policylist.navigation.navigateToPolicyList
import com.withpeace.withpeace.feature.postlist.navigation.POST_LIST_ROUTE
import com.withpeace.withpeace.feature.postlist.navigation.POST_LIST_ROUTE_WITH_ARGUMENT
import com.withpeace.withpeace.feature.postlist.navigation.navigateToPostList
import com.withpeace.withpeace.navigation.MY_PAGE_NESTED_ROUTE

Expand Down Expand Up @@ -106,7 +107,7 @@ enum class BottomTab(
iconUnSelectedResId = R.drawable.ic_bottom_community,
iconSelectedResId = R.drawable.ic_bottom_community_select,
contentDescription = R.string.post,
POST_LIST_ROUTE,
POST_LIST_ROUTE_WITH_ARGUMENT,
),
MY_PAGE(
iconUnSelectedResId = R.drawable.ic_bottom_my_page,
Expand Down

0 comments on commit 53939c2

Please sign in to comment.