Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nitoclub/nito-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 768f6ce272d9a1d67847c97ec3adfe68561b84dc
Choose a base ref
..
head repository: nitoclub/nito-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 862ad8d5efe0cc6f9c6bc50fd3052b8ddd6b5d62
Choose a head ref
Showing with 9 additions and 9 deletions.
  1. +1 −1 app/ios/Modules/Package.swift
  2. +7 −7 gradle/libs.versions.toml
  3. +1 −1 gradle/wrapper/gradle-wrapper.properties
2 changes: 1 addition & 1 deletion app/ios/Modules/Package.swift
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.4.1")
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.5.0")
],
targets: [
.target(
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
androidGradlePlugin = "8.7.1"
androidGradlePlugin = "8.7.2"
# For updating Kotlin and Compose Compiler version, see:
# https://github.com/JetBrains/compose-multiplatform/blob/master/VERSIONING.md#kotlin-compatibility
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin?#pre-release_kotlin_compatibility
kotlin = "2.0.21"

androidDesugarJdkLibs = "2.1.2"
androidDesugarJdkLibs = "2.1.3"
apollographql = "3.8.5"
compose = "1.7.0"
compose = "1.7.1"
androidxActivity = "1.9.3"
androidxSplashScreen = "1.0.1"
kotlinxCoroutines = "1.9.0"
koinBom = "4.0.0"
ktlint = "0.49.1"
kotlinxSerialization = "1.7.3"
ktor = "3.0.1"
ksp = "2.0.21-1.0.26"
ksp = "2.0.21-1.0.27"
firebaseBom = "33.5.1"
multiplatformFirebase = "2.1.0"
multiplatformSettings = "1.2.0"
@@ -29,11 +29,11 @@ kover = "0.8.3"
supabase = "2.6.1"
sqldelight = "2.0.2"
stately = "2.1.0"
logback = "1.5.11"
graphqlKotlin = "8.2.0"
logback = "1.5.12"
graphqlKotlin = "8.2.1"
kotest = "5.9.1"
precompose = "1.6.2"
coil = "3.0.0-rc01"
coil = "3.0.2"

[libraries]
androidGradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME