Skip to content

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh committed Oct 18, 2023
1 parent 54023cf commit ded251a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@

![GitHub last commit](https://img.shields.io/github/last-commit/mobiledevpro/Jetpack-Compose-ChatApp-Template?color=red&style=flat-square)

[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.9.0-blue.svg?style=flat-square)](http://kotlinlang.org/)
[![Compose Bom](https://img.shields.io/badge/Compose%20Bom-2023.08.00-blue.svg?style=flat-square)]([http://kotlinlang.org/](https://developer.android.com/jetpack/compose/bom/bom-mapping))
[![Gradle](https://img.shields.io/badge/Gradle-8.1.0-blue.svg?style=flat-square)](https://developer.android.com/build/releases/gradle-plugin)
[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.9.10-blue.svg?style=flat-square)](http://kotlinlang.org/)
[![Compose Bom](https://img.shields.io/badge/Compose%20Bom-2023.10.00-blue.svg?style=flat-square)]([http://kotlinlang.org/](https://developer.android.com/jetpack/compose/bom/bom-mapping))
[![Gradle](https://img.shields.io/badge/Gradle-8.2.0-blue.svg?style=flat-square)](https://developer.android.com/build/releases/gradle-plugin)
[![API](https://img.shields.io/badge/Min%20SDK-24%20[Android%207.0]-blue.svg?style=flat-square)](https://github.com/AndroidSDKSources/android-sdk-sources-list)
[![Target SDK](https://img.shields.io/badge/Target%20SDK-34%20[Android%2014]-blue.svg?style=flat-square)](https://developer.android.com/about/versions/13)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0)
[![Android Studio](https://img.shields.io/badge/Android%20Studio%20Giraffe-2022.3.1-orange.svg?style=flat-square)](https://developer.android.com/studio/preview)


[![Android Studio](https://img.shields.io/badge/Android%20Studio%20Giraffe-2023.1.1-orange.svg?style=flat-square)](https://developer.android.com/studio/preview)

![closetalk_github_social_preview](https://github.com/mobiledevpro/Jetpack-Compose-ChatApp-Template/assets/5750211/343f1ab5-54e4-41c2-a554-af0526aee382)

Expand Down
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ sdk-compile = "34"

# Plugins
android-gradle = "8.1.2"
kotlin = "1.9.0"
kotlin = "1.9.10"
kotlin-coroutines = "1.7.3"
kotlin-serialization = "1.4.1"

# Libs
android-core-ktx = "1.10.1"
activity = "1.7.2"
navigation = "2.6.0"
android-core-ktx = "1.12.0"
activity = "1.8.0"
navigation = "2.7.4"
retrofit = "2.9.0"
room = "2.4.3"
lifecycle = "2.6.1"
compose-bom = "2023.08.00"
compose-compiler = "1.5.1"
lifecycle = "2.6.2"
compose-bom = "2023.10.00"
compose-compiler = "1.5.3"
coil = "2.4.0"
material3 = "1.2.0-alpha04"
koin = "3.4.3"
koin-compose = "3.4.6"
material3 = "1.2.0-alpha09"
koin = "3.5.0"
koin-compose = "3.5.0"

# test libraries
test-junit = "4.13.2"
test-mockk = "1.13.5"
test-mockk = "1.13.8"
test-coroutines-flow = "1.0.0"

# android test libraries
Expand Down

0 comments on commit ded251a

Please sign in to comment.