File tree Expand file tree Collapse file tree
app/src/main/java/com/nicos/pokedex_compose/presentation/navigation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Pokedex Compose Pokédex App
1+ # Pokedex Compose
22
33[ ![ Linktree] ( https://img.shields.io/badge/linktree-1de9b6?style=for-the-badge&logo=linktree&logoColor=white )] ( https://linktr.ee/nicos_nicolaou )
44[ ![ Site] ( https://img.shields.io/badge/Site-blue?style=for-the-badge&label=Web )] ( https://nicosnicolaou16.github.io/ )
@@ -72,8 +72,8 @@ utilizes a variety of modern Android libraries and tools:
7272
7373- ** Target SDK:** ** 36**
7474- ** Minimum SDK:** ** 29**
75- - ** Kotlin Version:** ** 2.3.10 **
76- - ** Gradle Version:** ** 9.1 .0**
75+ - ** Kotlin Version:** ** 2.3.21 **
76+ - ** Gradle Version:** ** 9.2 .0**
7777
7878## 📚 APIs & References
7979
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ fun Navigation(changeSystemBarStyle: (SystemBarStyle) -> Unit) {
3636 onBack = {
3737 navigator.goBack()
3838 },
39- sceneStrategy = listDetailStrategy,
39+ sceneStrategies = listOf ( listDetailStrategy) ,
4040 entryProvider = entryProvider {
4141 entry<PokemonList >(
4242 metadata = ListDetailSceneStrategy .listPane()
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 9.1 .0"
3- kotlin = " 2.3.10 "
4- coreKtx = " 1.17 .0"
2+ agp = " 9.2 .0"
3+ kotlin = " 2.3.21 "
4+ coreKtx = " 1.18 .0"
55junit = " 4.13.2"
66junitVersion = " 1.3.0"
77espressoCore = " 3.7.0"
88lifecycleRuntimeKtx = " 2.10.0"
9- activityCompose = " 1.12.4 "
10- composeVersion = " 1.10.4 "
9+ activityCompose = " 1.13.0 "
10+ composeVersion = " 1.11.0 "
1111composeHiltNavigationVersion = " 1.3.0"
12- uiComposeVersion = " 1.10.4 "
13- animationComposeVersion = " 1.10.4 "
14- foundationComposeVersion = " 1.10.4 "
15- composeBom = " 2026.02 .01"
12+ uiComposeVersion = " 1.11.0 "
13+ animationComposeVersion = " 1.11.0 "
14+ foundationComposeVersion = " 1.11.0 "
15+ composeBom = " 2026.04 .01"
1616roomVersion = " 2.8.4"
17- kspVersion = " 2.3.6 "
17+ kspVersion = " 2.3.7 "
1818retrofitVersion = " 3.0.0"
1919okHttpVersion = " 5.3.2"
2020coilVersion = " 2.7.0"
@@ -23,11 +23,11 @@ materialVersion = "1.13.0"
2323hiltVersion = " 2.59.2"
2424hiltCompilerVersion = " 1.3.0"
2525swipeRefreshLayoutVersion = " 1.2.0"
26- gsonVersion = " 2.13.2 "
26+ gsonVersion = " 2.14.0 "
2727paletteVersion = " 1.0.0"
28- kotlinSerializationVersion = " 1.10 .0"
28+ kotlinSerializationVersion = " 1.11 .0"
2929percentagesWithAnimationComposeVersion = " 1.3.7"
30- nav3Core = " 1.0 .1"
30+ nav3Core = " 1.1 .1"
3131material3AdaptiveNav3 = " 1.3.0-alpha09"
3232
3333[libraries ]
Original file line number Diff line number Diff line change 11# Sun Apr 21 00:29:23 EEST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-9.3 .1-bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.4 .1-bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments