Skip to content

Commit

Permalink
Merge pull request #24 from makeevrserg/dependabot/gradle/versions-88…
Browse files Browse the repository at this point in the history
…159618e2

Bump the versions group across 1 directory with 18 updates
  • Loading branch information
makeevrserg authored Oct 20, 2024
2 parents 303f153 + d6caf99 commit 65ee9ec
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ makeevrserg.android.sdk.target=34
# Project
makeevrserg.project.name=ApplicationTemplate
makeevrserg.project.group=com.makeevrserg.applicationtemplate
makeevrserg.project.version.string=1.2.13
makeevrserg.project.version.code=25
makeevrserg.project.version.string=1.2.14
makeevrserg.project.version.code=26
makeevrserg.project.description=Template for KMP applcation
makeevrserg.project.developers=makeevrserg|Makeev Roman|[email protected]
makeevrserg.project.url=https://github.com/makeevrserg/KMP-Template
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
# Kotlin
kotlin-version = "2.0.20" # https://github.com/JetBrains/kotlin
kotlin-version = "2.0.21" # https://github.com/JetBrains/kotlin
kotlin-coroutines = "1.9.0" # https://github.com/Kotlin/kotlinx.coroutines
kotlin-android-application = "8.6.1" # https://developer.android.com/build/releases/gradle-plugin
kotlin-android-application = "8.7.0" # https://developer.android.com/build/releases/gradle-plugin
kotlin-serialization-json = "1.7.3" # https://github.com/Kotlin/kotlinx.serialization

# Androidx
androidx-material = "1.12.0" # https://github.com/material-components/material-components-android
androidx-compose-bom = "2024.09.02" # https://developer.android.com/jetpack/androidx/releases/compose#versions
androidx-compose-bom = "2024.09.03" # https://developer.android.com/jetpack/androidx/releases/compose#versions
androidx-room = "2.6.1" # https://developer.android.com/jetpack/androidx/releases/room
androidx-activity-compose = "1.9.2" # https://developer.android.com/jetpack/androidx/releases/activity
leakcanary = "2.14" # https://github.com/square/leakcanary
Expand All @@ -19,22 +19,22 @@ google-auth = "21.2.0" # https://developers.google.com/android/guides/setup
google-crashlytics = "3.0.2" # https://firebase.google.com/docs/crashlytics/get-started
google-services = "4.4.2" # https://developers.google.com/android/guides/google-services-plugin
google-accompanist = "0.36.0" # https://github.com/google/accompanist
google-firebase-bom = "33.3.0" # https://firebase.google.com/support/release-notes/android
google-firebase-bom = "33.4.0" # https://firebase.google.com/support/release-notes/android

# Testw
tests-assertk = "0.28.1" # https://github.com/willowtreeapps/assertk
tests-turbine = "1.1.0" # https://github.com/cashapp/turbine

# Other
ktor = "2.3.12" # https://github.com/ktorio/ktor
ktor = "3.0.0" # https://github.com/ktorio/ktor

# klibs
klibs-mikro = "1.8.8" # https://github.com/makeevrserg/klibs.mikro
klibs-kstorage = "3.1.3" # https://github.com/makeevrserg/klibs.kstorage
klibs-kdi = "1.4.8" # https://github.com/makeevrserg/KDI

# Compose
kotlin-compose = "1.6.11" # https://github.com/JetBrains/compose-multiplatform
kotlin-compose = "1.7.0+build1877-release-1.7" # https://github.com/JetBrains/compose-multiplatform

# Moko
moko-mvvm = "0.16.1" # https://github.com/icerockdev/moko-mvvm
Expand Down
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 @@
#Sat Feb 05 12:09:22 MSK 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
2 changes: 1 addition & 1 deletion modules/features/root/impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ dependencies {
implementation(libs.klibs.kstorage)
implementation(libs.google.auth)
implementation(libs.kotlin.coroutines.playServices)
implementation("io.ktor:ktor-client-logging-jvm:2.3.12")
implementation("io.ktor:ktor-client-logging-jvm:3.0.0")
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fun <T : Any, K : Any> SlotModalBottomSheet(
ModalBottomSheet(
onDismissRequest = { onDismiss.invoke() },
sheetState = sheetState,
windowInsets = WindowInsets.zero,
contentWindowInsets = { WindowInsets.zero },
content = {
content.invoke(this, child)
}
Expand Down

0 comments on commit 65ee9ec

Please sign in to comment.