Skip to content

Commit

Permalink
build: FlexboxLayout 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Jul 11, 2024
1 parent c2baaf6 commit 31e2541
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ dependencies {
implementation(libs.androidx.lifecycle.viewmodel)
implementation(libs.kotlin.coroutines.android)
implementation(libs.androidx.fragment.ktx)
implementation(libs.flexbox)
// room
implementation(libs.room)
implementation(libs.room.ktx)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ fun <T : RecyclerView.ViewHolder> ViewInteraction.performClickHolderAt(
clickChildViewWithId(childViewId),
),
)
}
}
3 changes: 2 additions & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ material = "1.12.0"
startup = "1.1.1"
room = "2.6.1"
constraintlayout = "2.1.4"

flexbox = "3.0.0"
# Third-Party
okhttp = "4.12.0"
retrofit = "2.11.0"
Expand Down Expand Up @@ -74,6 +74,7 @@ material = { group = "com.google.android.material", name = "material", version.r
room = { module = "androidx.room:room-runtime", version.ref = "room" }
room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" }

# android test
androidx-test-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-junit" }
Expand Down

0 comments on commit 31e2541

Please sign in to comment.