Skip to content

Commit

Permalink
Upgraded dependencies to the latest ones
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh committed Jan 22, 2024
1 parent 12690ba commit 8cf0107
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 34 deletions.
23 changes: 0 additions & 23 deletions .idea/kotlinScripting.xml

This file was deleted.

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.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
[![CodeFactor](https://www.codefactor.io/repository/github/mobiledevpro/jetpack-compose-chatapp-template/badge)](https://www.codefactor.io/repository/github/mobiledevpro/jetpack-compose-chatapp-template)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mobiledevpro_Jetpack-Compose-ChatApp-Template&metric=alert_status)](https://sonarcloud.io/dashboard?id=mobiledevpro_Jetpack-Compose-ChatApp-Template)

[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.9.10-blue.svg?style=flat-square)](http://kotlinlang.org/)
[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.9.22-blue.svg?style=flat-square)](http://kotlinlang.org/)
[![Compose Bom](https://img.shields.io/badge/Compose%20Bom-2023.10.01-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-2023.1.1-orange.svg?style=flat-square)](https://developer.android.com/studio/preview)
[![Android Studio](https://img.shields.io/badge/Android%20Studio%20Iguana-2023.2.1-orange.svg?style=flat-square)](https://developer.android.com/studio/preview)

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

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

# Plugins
android-gradle = "8.1.4"
kotlin = "1.9.10"
kotlin = "1.9.22"
kotlin-coroutines = "1.7.3"
kotlin-serialization = "1.4.1"

# Libs
android-core-ktx = "1.12.0"
activity = "1.8.1"
navigation = "2.7.5"
activity = "1.8.2"
navigation = "2.7.6"
retrofit = "2.9.0"
room = "2.4.3"
lifecycle = "2.6.2"
lifecycle = "2.7.0"
compose-bom = "2023.10.01"
compose-compiler = "1.5.3"
coil = "2.5.0"
material3 = "1.2.0-alpha11"
koin = "3.5.0"
koin-compose = "3.5.0"
material3 = "1.2.0-beta02"
koin = "3.5.3"
koin-compose = "3.5.3"
coroutines-android = "1.7.3"

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

# android test libraries
Expand Down

0 comments on commit 8cf0107

Please sign in to comment.