Skip to content

Commit 4592e88

Browse files
committed
Update Dependencies
1 parent b11cc32 commit 4592e88

File tree

24 files changed

+5777
-5780
lines changed

24 files changed

+5777
-5780
lines changed

.idea/codeStyles/Project.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
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.8.2)
3-
![Kotlin Version](https://img.shields.io/badge/Kotlin-2.2.10-blue?logo=kotlin&logoColor=white)
3+
![Kotlin Version](https://img.shields.io/badge/Kotlin-2.2.20-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>
@@ -20,7 +20,7 @@ Current supported Platforms are:
2020
# Features
2121

2222
## Home Screen 🚀
23-
- List of SpaceX launches: Displays a list of SpaceX launches retrieved from a GraphQL endpoint...
23+
- List of SpaceX launches: Displays a list of SpaceX launches retrieved from a GraphQL endpoint.
2424
- Show favorite Launches: retrieve data from local database to show your favorite launches
2525
- Apollo GraphQL Integration: Utilizes GraphQL to fetch and display SpaceX launch data efficiently.
2626
- SQLDelight Integration: Integrates SQLDelight for managing and persisting favorite launch data.

app/versions/dependencies/debugAndroidTestRuntimeClasspathDependencies.txt

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

app/versions/dependencies/debugRuntimeClasspathDependencies.txt

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

app/versions/dependencies/debugUnitTestRuntimeClasspathDependencies.txt

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

app/versions/dependencies/releaseRuntimeClasspathDependencies.txt

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

app/versions/dependencies/releaseUnitTestRuntimeClasspathDependencies.txt

Lines changed: 1281 additions & 1288 deletions
Large diffs are not rendered by default.
63.3 KB
Binary file not shown.

build-conventions/src/main/kotlin/composeapp.android-app-conventions.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ easylauncher {
5252
}
5353

5454
aboutLibraries {
55-
duplicationMode = DuplicateMode.MERGE
56-
duplicationRule = DuplicateRule.SIMPLE
55+
library.duplicationMode = DuplicateMode.MERGE
56+
library.duplicationRule = DuplicateRule.SIMPLE
5757
}
5858

5959
dependencies {

0 commit comments

Comments
 (0)