Skip to content

Commit

Permalink
WTA #71: Fixed crash is search page because of accompanist pager vers…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
Jacob3075 committed Sep 9, 2023
1 parent f2569f5 commit 75bb0b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions details/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ android {
}

dependencies {
implementation("com.google.accompanist:accompanist-pager:0.29.0-alpha")
implementation("com.google.accompanist:accompanist-pager-indicators:0.29.0-alpha")
implementation(libs.accompanist.pager)
implementation(libs.accompanist.pager.indicators)
}
5 changes: 5 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ ksp = "1.9.10-1.0.13" # https://goo.gle/ksp
composeBom = "2023.08.00" # https://developer.android.com/jetpack/androidx/releases/compose
composeCompiler = "1.5.3" # https://developer.android.com/jetpack/androidx/releases/compose-compiler

accompanistPager = "0.32.0"

hilt = "2.48" # https://github.com/google/dagger
hiltNavigationCompose = "1.0.0"

Expand Down Expand Up @@ -87,6 +89,9 @@ androidx-compose-material-iconsExtended = { module = "androidx.compose.material:
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }

accompanist-pager = { module = "com.google.accompanist:accompanist-pager", version.ref = "accompanistPager" }
accompanist-pager-indicators = { module = "com.google.accompanist:accompanist-pager-indicators", version.ref = "accompanistPager" }

hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" }
hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "hiltNavigationCompose" }
Expand Down

0 comments on commit 75bb0b3

Please sign in to comment.