Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the versions group across 1 directory with 20 updates #42

Closed
wants to merge 2 commits into from
Closed
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 gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ makeevrserg.android.sdk.target=34
# Project
makeevrserg.project.name=EmpireProjektMobile
makeevrserg.project.group=com.makeevrserg.empireprojekt.mobile
makeevrserg.project.version.string=0.7.4
makeevrserg.project.version.code=28
makeevrserg.project.version.string=0.7.5
makeevrserg.project.version.code=29
makeevrserg.project.description=EmpireProjekt mobile application
makeevrserg.project.developers=makeevrserg|Makeev Roman|[email protected]
makeevrserg.project.url=https://empireprojekt.ru
Expand Down
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
# Kotlin
kotlin-version = "2.0.10"
kotlin-version = "2.0.20"
kotlin-coroutines = "1.8.1"
kotlin-android-application = "8.5.2"
kotlin-serialization-json = "1.7.1"
kotlin-android-application = "8.6.0"
kotlin-serialization-json = "1.7.2"

# Androidx
androidx-compose-bom = "2024.06.00"
androidx-compose-bom = "2024.08.00"
androidx-activity-compose = "1.9.1"
android-work = "2.9.1"
leakcanary = "2.14"
horologist = "0.6.12"
horologist = "0.6.18"
compose-wear = "1.3.1"

# Google
Expand All @@ -19,7 +19,7 @@ google-auth = "21.2.0"
google-crashlytics = "3.0.2"
google-services = "4.4.2"
google-accompanist = "0.35.2-SNAPSHOT"
google-firebase-bom = "33.1.2"
google-firebase-bom = "33.2.0"

# Testw
tests-assertk = "0.28.1"
Expand All @@ -29,9 +29,9 @@ tests-turbine = "1.1.0"
ktor = "2.3.12"

# klibs
klibs-mikro = "1.8.7"
klibs-kstorage = "3.1.2"
klibs-kdi = "1.4.7"
klibs-mikro = "1.8.8"
klibs-kstorage = "3.1.3"
klibs-kdi = "1.4.8"
klibs-gradleplugin = "1.3.4"

# Compose
Expand All @@ -48,7 +48,7 @@ essenty = "2.1.0"
mvikotlin = "4.2.0"

# Settings
mppsettings = "1.1.1"
mppsettings = "1.2.0"

# wear
wear-glance-tiles = "1.0.0-alpha05"
Expand Down
Loading