Skip to content

Commit

Permalink
Merge pull request #772 from splendo/feature/770-dependencies_update
Browse files Browse the repository at this point in the history
More dependencies were updated
  • Loading branch information
leokapanen authored May 8, 2024
2 parents 49785ef + 809f64e commit 1aea99c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
url = https://github.com/splendo/kaluga-swiftui.git
[submodule "gradle-test-recorder"]
path = gradle-test-recorder
url = https://github.com/thoutbeckers/gradle-test-recorder.git
url = https://github.com/splendo/gradle-test-recorder.git
4 changes: 2 additions & 2 deletions example/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ kotlin.mpp.import.enableKgpDependencyResolution=true
# Kaluga
kaluga.androidGradlePluginVersion=8.2.0
kaluga.kotlinVersion=1.9.23
kaluga.googleServicesGradlePluginVersion=4.4.0
kaluga.kotlinterGradlePluginVersion=4.1.0
kaluga.googleServicesGradlePluginVersion=4.4.1
kaluga.kotlinterGradlePluginVersion=4.3.0
kaluga.atomicFuGradlePluginVersion=0.22.0
2 changes: 1 addition & 1 deletion example/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Nov 04 13:12:48 CET 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ kotlin.mpp.import.enableKgpDependencyResolution=true
# Kaluga
kaluga.androidGradlePluginVersion=8.2.0
kaluga.kotlinVersion=1.9.23
kaluga.googleServicesGradlePluginVersion=4.4.0
kaluga.kotlinterGradlePluginVersion=4.1.0
kaluga.googleServicesGradlePluginVersion=4.4.1
kaluga.kotlinterGradlePluginVersion=4.3.0
kaluga.atomicFuGradlePluginVersion=0.22.0


## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
#
# below is not used by example and does not need to be kept in sync #

kaluga.binaryCompatibilityValidatorVersion=0.13.2
kaluga.dokkaVersion=1.9.10
kaluga.binaryCompatibilityValidatorVersion=0.14.0
kaluga.dokkaVersion=1.9.20

0 comments on commit 1aea99c

Please sign in to comment.