Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![CI-MASTER](https://github.com/jarroyoesp/ComposeMultiplatformApp/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/jarroyoesp/ComposeMultiplatformApp/actions/workflows/ci.yml)
[![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.10.3)
![Kotlin Version](https://img.shields.io/badge/Kotlin-2.3.21-blue?logo=kotlin&logoColor=white)
[![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.11.1)
![Kotlin Version](https://img.shields.io/badge/Kotlin-2.4.0-blue?logo=kotlin&logoColor=white)
<div align="center">
<img alt="Compose multiplatform charts" src="./screenshots/compose_multiplatform_logo.png"/>
<h1>🚀 Example project to show SpaceX data built with Kotlin Multiplatform and Compose UI Multiplatform</h1>
Expand Down

Large diffs are not rendered by default.

1,718 changes: 859 additions & 859 deletions app/versions/dependencies/debugRuntimeClasspathDependencies.txt

Large diffs are not rendered by default.

1,810 changes: 905 additions & 905 deletions app/versions/dependencies/debugUnitTestRuntimeClasspathDependencies.txt

Large diffs are not rendered by default.

1,646 changes: 823 additions & 823 deletions app/versions/dependencies/releaseRuntimeClasspathDependencies.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<uses-sdk
android:minSdkVersion="24"
android:targetSdkVersion="36" />
android:targetSdkVersion="37" />

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<uses-sdk
android:minSdkVersion="24"
android:targetSdkVersion="36" />
android:targetSdkVersion="37" />

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
Binary file modified build-conventions/build/libs/build-conventions.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ val config = extensions.create<ConfigExt>("config").apply {
extensions.create<AndroidConfigExt>("android").apply {
accountType.convention("com.jarroyo.composeapp.auth")
applicationId.convention("com.jarroyo.composeapp")
compileSdk.convention(36)
compileSdk.convention(37)
javaVersion.convention(JavaVersion.VERSION_17)
minSdk.convention(24)
targetSdk.convention(36)
targetSdk.convention(37)
}

extensions.create<ParamsConfigExt>("params").apply {
Expand Down
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@

[versions]
aboutlibraries = "13.2.1"
agp = "9.0.1"
agp = "9.2.1"
androidCompileSdk = "36"
androidx-compose = "1.11.2"
androidx-compose = "1.11.3"
apollo = "5.0.0"
apolloCache = "1.0.3"
apolloCache = "1.0.4"
coil3 = "3.4.0"
coroutines = "1.11.0"
detekt = "1.23.8"
diktat = "1.2.5"
firebase-bom = "34.13.0"
firebase-bom = "34.15.0"
gitlive = "2.4.0"
gradle = "8.1.1"
jetbrains-lifecycle = "2.10.0"
jetbrains-navigation = "2.9.2"
koin = "4.2.1"
koin-ksp = "4.2.1"
kotlin = "2.3.21"
koin = "4.2.2"
koin-ksp = "4.2.2"
kotlin = "2.4.0"
kotlinpoet = "2.3.0"
kotlin-multiplatform = "1.11.0"
kotlin-multiplatform = "1.11.1"
kotlin-result = "2.3.1"
kotlinx-datetime = "0.8.0"
ksp = "2.3.5"
ktlint = "0.43.0"
ktor = "3.5.0"
material3 = "1.9.0"
mockk = "1.14.9"
mockk = "1.14.11"
okhttp = "4.12.0"
prettier = "2.7.1"
sqlDelight = "2.3.2"
Expand All @@ -39,7 +39,7 @@ androidx-activity-compose = { module = "androidx.activity:activity-compose", ver
androidx-compose-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "androidx-compose" }
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "androidx-compose" }
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "androidx-compose" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.18.0" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.19.0" }
androidx-test-core = { module = "androidx.test:core-ktx", version = "1.7.0" }
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.7.0" }
androidx-test-orchestrator = { module = "androidx.test:orchestrator", version = "1.6.1" }
Expand Down Expand Up @@ -88,7 +88,7 @@ jetbrains-lifecycle-viewmodel = { module = "org.jetbrains.androidx.lifecycle:lif
jetbrains-lifecycle-viewmodel-compose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "jetbrains-lifecycle" }
jetbrains-navigation-compose = { module = "org.jetbrains.androidx.navigation:navigation-compose", version.ref = "jetbrains-navigation" }
junit = { module = "junit:junit", version = "4.13.2" }
koin-android = {module = "io.insert-koin:koin-android", version = "4.2.1"}
koin-android = {module = "io.insert-koin:koin-android", version.ref = "koin"}
koin-annotations = {module = "io.insert-koin:koin-annotations", version.ref = "koin-ksp"}
koin-compose-viewmodel = {module = "io.insert-koin:koin-compose-viewmodel", version.ref = "koin"}
koin-compiler = {module = "io.insert-koin:koin-ksp-compiler", version = "koin-ksp"}
Expand Down Expand Up @@ -129,11 +129,11 @@ plugin-compose-compiler = { module = "org.jetbrains.kotlin:compose-compiler-grad
plugin-detekt = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
plugin-easylauncher = { module = "com.project.starter:easylauncher", version = "6.4.1" }
plugin-firebase-perf = { module = "com.google.firebase:perf-plugin", version = "2.0.2" }
plugin-google-services = { module = "com.google.gms:google-services", version = "4.4.4" }
plugin-google-services = { module = "com.google.gms:google-services", version = "4.5.0" }
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
plugin-ksp = { module = "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin", version.ref = "ksp" }
plugin-ruler = { module = "com.spotify.ruler:ruler-gradle-plugin", version = "1.4.0" }
plugin-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "8.5.1" }
plugin-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "8.7.0" }
plugin-versions = "com.github.ben-manes:gradle-versions-plugin:0.52.0"
plugin-versions-update = "nl.littlerobots.vcu:plugin:1.1.0"
plugin-violation = { module = "se.bjurr.violations:violation-comments-to-github-gradle-plugin", version = "1.70.0" }
Expand Down
Binary file not shown.
Loading