Skip to content

Commit 106cb27

Browse files
authored
Merge pull request #19 from jarroyoesp/feature/update-deps
Task: Update Kotlin Multiplatform to 1.7.1 and deps
2 parents 0058725 + 1bc6cf0 commit 106cb27

File tree

19 files changed

+4492
-4743
lines changed

19 files changed

+4492
-4743
lines changed

.idea/compiler.xml

Lines changed: 2 additions & 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,5 +1,5 @@
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)
2-
[![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.0)
2+
[![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)
33
![Kotlin Version](https://img.shields.io/badge/Kotlin-2.0.21-blue?logo=kotlin&logoColor=white)
44
<div align="center">
55
<img alt="Compose multiplatform charts" src="./screenshots/compose_multiplatform_logo.png"/>
@@ -43,7 +43,7 @@ Current supported Platforms are:
4343
- [Kotlin Multiplatform Navigation](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-navigation-routing.html): Provides navigation components for Kotlin Multiplatform projects using Compose.
4444
- [Kotlin Multiplatform ViewModel](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-viewmodel.html): Manages UI-related data and state in Kotlin Multiplatform projects using Compose.
4545
- [ConstraintLayout Multiplatform](https://github.com/Lavmee/constraintlayout-compose-multiplatform): Brings ConstraintLayout functionality to Kotlin Multiplatform projects with Compose.
46-
- [Image Loader - Kamel](https://github.com/Kamel-Media/Kamel): Efficient image loading library for Compose multiplatform projects.
46+
- [Coil](https://coil-kt.github.io/coil/): Efficient image loading library for Compose multiplatform projects.
4747
- [Logger](https://github.com/touchlab/Kermit): Logging library for Kotlin Multiplatform projects.
4848
- [Unit Tests](https://github.com/junit-team/junit5): Automated tests to verify the behavior of individual code units.
4949

app/versions/dependencies/debugAndroidTestRuntimeClasspathDependencies.txt

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

app/versions/dependencies/debugRuntimeClasspathDependencies.txt

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

app/versions/dependencies/debugUnitTestRuntimeClasspathDependencies.txt

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

app/versions/dependencies/releaseRuntimeClasspathDependencies.txt

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

app/versions/dependencies/releaseUnitTestRuntimeClasspathDependencies.txt

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

app/versions/mergedManifests/debug/processDebugManifest/AndroidManifest.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<uses-sdk
66
android:minSdkVersion="24"
7-
android:targetSdkVersion="34" />
7+
android:targetSdkVersion="35" />
88

99
<uses-permission android:name="android.permission.INTERNET" />
1010
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
@@ -51,9 +51,6 @@
5151
android:name="androidx.startup.InitializationProvider"
5252
android:authorities="com.jarroyo.composeapp.debug.androidx-startup"
5353
android:exported="false" >
54-
<meta-data
55-
android:name="io.kamel.core.ApplicationContextInitializer"
56-
android:value="androidx.startup" />
5754
<meta-data
5855
android:name="androidx.emoji2.text.EmojiCompatInitializer"
5956
android:value="androidx.startup" />

app/versions/mergedManifests/release/processReleaseManifest/AndroidManifest.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<uses-sdk
66
android:minSdkVersion="24"
7-
android:targetSdkVersion="34" />
7+
android:targetSdkVersion="35" />
88

99
<uses-permission android:name="android.permission.INTERNET" />
1010
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
@@ -52,9 +52,6 @@
5252
android:name="androidx.startup.InitializationProvider"
5353
android:authorities="com.jarroyo.composeapp.androidx-startup"
5454
android:exported="false" >
55-
<meta-data
56-
android:name="io.kamel.core.ApplicationContextInitializer"
57-
android:value="androidx.startup" />
5855
<meta-data
5956
android:name="androidx.emoji2.text.EmojiCompatInitializer"
6057
android:value="androidx.startup" />
144 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)