Skip to content

Commit

Permalink
Merge pull request #25 from piashcse/update-kotlin
Browse files Browse the repository at this point in the history
- Update kotlin 2.1.0
  • Loading branch information
piashcse authored Nov 28, 2024
2 parents 53b11d6 + 4623447 commit efeab7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ fun MainView(
}
}
HorizontalPager(
state = pagerState, modifier = Modifier.fillMaxSize()
state = pagerState, modifier = Modifier.fillMaxSize(), userScrollEnabled = false
) {
Navigation(navigator, genres)
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = "8.7.2"
kotlin = "2.0.21"
kotlin = "2.1.0"
core-ktx = "1.15.0"
junit = "4.13.2"
androidx-junit = "1.2.1"
Expand All @@ -16,7 +16,7 @@ retrofit = "2.11.0"
gson = "2.11.0"
logging-interceptor = "5.0.0-alpha.14"
paging-compose = "3.3.4"
landscapist = "2.4.2"
landscapist = "2.4.4"
timber = "5.0.1"
navigation-compose = "2.8.4"
hilt-navigation-compose = "1.2.0"
Expand Down

0 comments on commit efeab7a

Please sign in to comment.