Skip to content

Commit f3a1dd5

Browse files
Merge pull request #21 from NicosNicolaou16/updates
Updates
2 parents d061343 + f323f51 commit f3a1dd5

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

app/src/main/java/com/nicos/pokedex_compose/presentation/navigation/Navigation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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"
55
junit = "4.13.2"
66
junitVersion = "1.3.0"
77
espressoCore = "3.7.0"
88
lifecycleRuntimeKtx = "2.10.0"
9-
activityCompose = "1.12.4"
10-
composeVersion = "1.10.4"
9+
activityCompose = "1.13.0"
10+
composeVersion = "1.11.0"
1111
composeHiltNavigationVersion = "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"
1616
roomVersion = "2.8.4"
17-
kspVersion = "2.3.6"
17+
kspVersion = "2.3.7"
1818
retrofitVersion = "3.0.0"
1919
okHttpVersion = "5.3.2"
2020
coilVersion = "2.7.0"
@@ -23,11 +23,11 @@ materialVersion = "1.13.0"
2323
hiltVersion = "2.59.2"
2424
hiltCompilerVersion = "1.3.0"
2525
swipeRefreshLayoutVersion = "1.2.0"
26-
gsonVersion = "2.13.2"
26+
gsonVersion = "2.14.0"
2727
paletteVersion = "1.0.0"
28-
kotlinSerializationVersion = "1.10.0"
28+
kotlinSerializationVersion = "1.11.0"
2929
percentagesWithAnimationComposeVersion = "1.3.7"
30-
nav3Core = "1.0.1"
30+
nav3Core = "1.1.1"
3131
material3AdaptiveNav3 = "1.3.0-alpha09"
3232

3333
[libraries]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Apr 21 00:29:23 EEST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=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
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)