Skip to content

Commit f3b7b94

Browse files
authored
Merge pull request #21 from jarroyoesp/feature/update-deps
Tsk: Update dependencies
2 parents 8a5836d + 72fd6e5 commit f3b7b94

File tree

8 files changed

+1586
-1586
lines changed

8 files changed

+1586
-1586
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![CI-MASTER](https://github.com/jarroyoesp/ComposeMultiplatformApp/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jarroyoesp/ComposeMultiplatformApp/actions/workflows/ci.yml)
22
[![Latest release](https://img.shields.io/github/v/release/JetBrains/compose-multiplatform?color=blue&label=Compose%20multiplatform)](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.7.1)
3-
![Kotlin Version](https://img.shields.io/badge/Kotlin-2.0.21-blue?logo=kotlin&logoColor=white)
3+
![Kotlin Version](https://img.shields.io/badge/Kotlin-2.1.0-blue?logo=kotlin&logoColor=white)
44
<div align="center">
55
<img alt="Compose multiplatform charts" src="./screenshots/compose_multiplatform_logo.png"/>
66
<h1>🚀 Example project to show SpaceX data built with Kotlin Multiplatform and Compose UI Multiplatform</h1>

app/versions/dependencies/debugAndroidTestRuntimeClasspathDependencies.txt

Lines changed: 118 additions & 118 deletions
Large diffs are not rendered by default.

app/versions/dependencies/debugRuntimeClasspathDependencies.txt

Lines changed: 371 additions & 371 deletions
Large diffs are not rendered by default.

app/versions/dependencies/debugUnitTestRuntimeClasspathDependencies.txt

Lines changed: 378 additions & 378 deletions
Large diffs are not rendered by default.

app/versions/dependencies/releaseRuntimeClasspathDependencies.txt

Lines changed: 352 additions & 352 deletions
Large diffs are not rendered by default.

app/versions/dependencies/releaseUnitTestRuntimeClasspathDependencies.txt

Lines changed: 359 additions & 359 deletions
Large diffs are not rendered by default.
31 Bytes
Binary file not shown.

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ aboutlibraries = "11.4.0"
66
accompanist = "0.37.0"
77
agp = "8.1.4"
88
androidCompileSdk = "34"
9-
androidx-compose = "1.7.6"
9+
androidx-compose = "1.7.8"
1010
androidx-datastore = "1.1.2"
1111
androidx-lifecycle = "2.8.7"
12-
androidx-navigation = "2.8.5"
12+
androidx-navigation = "2.8.7"
1313
androidx-room = "2.6.1"
14-
apollo = "4.1.0"
14+
apollo = "4.1.1"
1515
coil3 = "3.0.4"
1616
coroutines = "1.10.1"
1717
detekt = "1.23.7"
@@ -25,7 +25,7 @@ junit = "1.2.1"
2525
koin = "4.0.0"
2626
koin-ksp = "1.4.0"
2727
kotlin = "2.1.0"
28-
kotlinpoet = "1.18.1"
28+
kotlinpoet = "2.0.0"
2929
kotlin-multiplatform = "1.7.1"
3030
kotlin-result = "2.0.1"
3131
kotlinx-datetime="0.6.0"
@@ -73,7 +73,7 @@ androidx-lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecy
7373
androidx-navigation-compose = { module = "org.jetbrains.androidx.navigation:navigation-compose", version.ref = "jetbrains-navigation" }
7474
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "androidx-navigation" }
7575
androidx-navigation-ui-ktx = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "androidx-navigation" }
76-
androidx-paging = { module = "androidx.paging:paging-compose", version = "3.3.5" }
76+
androidx-paging = { module = "androidx.paging:paging-compose", version = "3.3.6" }
7777
androidx-palette = { module = "androidx.palette:palette", version = "1.0.0" }
7878
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "androidx-room" }
7979
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "androidx-room" }
@@ -166,14 +166,14 @@ tink = { module = "com.google.crypto.tink:tink-android", version = "1.16.0" }
166166

167167
# plugins
168168
plugin-aboutlibraries = { module = "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin", version.ref = "aboutlibraries" }
169-
plugin-android-gradle = { module = "com.android.tools.build:gradle", version = "8.8.0" }
169+
plugin-android-gradle = { module = "com.android.tools.build:gradle", version = "8.8.1" }
170170
plugin-androidcachefix = { module = "gradle.plugin.org.gradle.android:android-cache-fix-gradle-plugin", version = "3.0" }
171171
plugin-androidx-navigation-safeargs = { module = "androidx.navigation:navigation-safe-args-gradle-plugin", version.ref = "androidx-navigation" }
172172
plugin-appversioning = { module = "io.github.reactivecircus.appversioning:app-versioning-gradle-plugin", version = "1.3.2" }
173173
plugin-compose-compiler = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "kotlin" }
174174
plugin-detekt = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
175175
plugin-easylauncher = { module = "com.project.starter:easylauncher", version = "6.4.0" }
176-
plugin-firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-gradle", version = "3.0.2" }
176+
plugin-firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-gradle", version = "3.0.3" }
177177
plugin-firebase-perf = { module = "com.google.firebase:perf-plugin", version = "1.4.2" }
178178
plugin-google-services = { module = "com.google.gms:google-services", version = "4.4.2" }
179179
plugin-hilt = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt" }

0 commit comments

Comments
 (0)