Skip to content

Commit

Permalink
Upgraded libraries. Set target SDK 35
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh committed Dec 2, 2024
1 parent 106a53f commit 9b25e93
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
[![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-2.0.20-blue.svg?style=flat-square)](http://kotlinlang.org/)
[![Compose Bom](https://img.shields.io/badge/Compose%20Bom-2024.09.03-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.7.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)
[![Compose Bom](https://img.shields.io/badge/Compose%20Bom-2024.11.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.7.3-blue.svg?style=flat-square)](https://developer.android.com/build/releases/gradle-plugin)
[![API](https://img.shields.io/badge/Min%20SDK-29%20[Android%2010]-blue.svg?style=flat-square)](https://github.com/AndroidSDKSources/android-sdk-sources-list)
[![Target SDK](https://img.shields.io/badge/Target%20SDK-35%20[Android%2015]-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%20Ladybug-2024.2.1-orange.svg?style=flat-square)](https://developer.android.com/studio/preview)
[![Android Studio](https://img.shields.io/badge/Android%20Studio%20Ladybug-2024.2.2-orange.svg?style=flat-square)](https://developer.android.com/studio/preview)

![GitHub last commit](https://img.shields.io/github/last-commit/mobiledevpro/closetalk.app?color=red&style=flat-square)
##
Expand Down
26 changes: 13 additions & 13 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
app-version-code = "3"
app-version-name = "0.1.0-alpha-3"
sdk-min = "29"
sdk-target = "34"
sdk-compile = "34"
sdk-target = "35"
sdk-compile = "35"

# Plugins
android-gradle = "8.7.0"
android-gradle = "8.7.3"
kotlin = "2.0.20"
kotlin-coroutines = "1.9.0"
kotlin-serialization = "1.4.1"
Expand All @@ -16,26 +16,26 @@ plugin-crashlytics = "3.0.2"
plugin-performance = "1.4.2"

# Libs
android-core-ktx = "1.13.1"
activity = "1.9.2"
navigation = "2.8.2"
android-core-ktx = "1.15.0"
activity = "1.9.3"
navigation = "2.8.4"
retrofit = "2.9.0"
room = "2.4.3"
lifecycle = "2.8.6"
compose-bom = "2024.09.03"
lifecycle = "2.8.7"
compose-bom = "2024.11.00"

coil = "2.6.0"
material3 = "1.3.0"
coil = "2.7.0"
material3 = "1.3.1"
koin = "4.0.0"
data-store = "1.1.1"
koin-compose = "4.0.0"
coroutines-android = "1.9.0"
workmanager = "2.9.1"
workmanager = "2.10.0"
inapp-update = "2.1.0"
splash-screen = "1.1.0-rc01"

# Firebase
firebase-bom = "33.4.0"
firebase-bom = "33.6.0"

# test libraries
test-junit = "4.13.2"
Expand All @@ -49,7 +49,7 @@ espresso-core = "3.6.1"

# 3rd party libs
lottie = "6.1.0"
desugaring = "2.1.2"
desugaring = "2.1.3"

[plugins]

Expand Down

0 comments on commit 9b25e93

Please sign in to comment.