Skip to content

Commit

Permalink
Up versions
Browse files Browse the repository at this point in the history
- google-firebase-bom = "33.1.2"
- androidx-activity-compose = "1.9.1"
- kotlin-android-application = "8.5.1"
- buildkonfig = "5.4.0"
  • Loading branch information
makeevrserg authored Jul 29, 2024
2 parents 7f5f369 + ba1acc9 commit e8b6883
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.5
makeevrserg.project.version.code=17
makeevrserg.project.version.string=1.2.6
makeevrserg.project.version.code=18
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
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Kotlin
kotlin-version = "2.0.0" # https://github.com/JetBrains/kotlin
kotlin-coroutines = "1.9.0-RC" # https://github.com/Kotlin/kotlinx.coroutines
kotlin-android-application = "8.5.0" # https://developer.android.com/build/releases/gradle-plugin
kotlin-android-application = "8.5.1" # https://developer.android.com/build/releases/gradle-plugin
kotlin-serialization-json = "1.7.1" # https://github.com/Kotlin/kotlinx.serialization

# Androidx
androidx-material = "1.12.0" # https://github.com/material-components/material-components-android
androidx-compose-bom = "2024.06.00" # 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.0" # https://developer.android.com/jetpack/androidx/releases/activity
androidx-activity-compose = "1.9.1" # https://developer.android.com/jetpack/androidx/releases/activity
leakcanary = "2.14" # https://github.com/square/leakcanary
androidx-splash = "1.0.1" # https://developer.android.com/jetpack/androidx/releases/core

Expand All @@ -19,7 +19,7 @@ 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.34.0" # https://github.com/google/accompanist
google-firebase-bom = "33.1.1" # https://firebase.google.com/support/release-notes/android
google-firebase-bom = "33.1.2" # https://firebase.google.com/support/release-notes/android

# Testw
tests-assertk = "0.28.1" # https://github.com/willowtreeapps/assertk
Expand Down Expand Up @@ -55,7 +55,7 @@ mppsettings = "1.1.1" # https://github.com/russhwolf/multiplatform-settings
klibs-gradleplugin = "1.3.4" # https://github.com/makeevrserg/gradle-plugin

# buildkonfig
buildkonfig = "5.3.5" # https://github.com/gmazzo/gradle-buildconfig-plugin
buildkonfig = "5.4.0" # https://github.com/gmazzo/gradle-buildconfig-plugin

[libraries]
# klibs
Expand Down

0 comments on commit e8b6883

Please sign in to comment.