Skip to content

Commit

Permalink
Bump various project dependencies (#4038)
Browse files Browse the repository at this point in the history
* Bump various project dependencies

* Bump kotlin and compose compiler to latest

* Update more dependencies
  • Loading branch information
dshokouhi authored Dec 13, 2023
1 parent e0731c9 commit 2b36440
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
accompanist = "0.32.0"
activity-compose = "1.8.0"
activity-compose = "1.8.2"
androidBeaconLibrary = "2.20"
androidJunit5 = "1.9.3.0"
androidPlugin = "8.1.2"
androidPlugin = "8.2.0"
androidSdk-compile = "34"
androidSdk-min = "21"
androidSdk-target = "33"
Expand All @@ -17,31 +17,31 @@ car-versions = "1.3.0-rc01"
changeLog = "3.4"
community-material-typeface = "7.0.96.0-kotlin"
compose-bom = "2023.10.01"
compose-compiler = "1.5.3"
compose-compiler = "1.5.6"
constraintlayout = "2.1.4"
converterJackson = "2.9.0"
coreKtx = "1.12.0"
core-splashscreen = "1.1.0-alpha02"
cronet-embedded = "113.5672.61"
emojiJava = "5.1.1"
firebase-bom = "32.4.0"
firebaseAppdistributionGradle = "4.0.0"
fragment-ktx = "1.6.1"
googleServices = "4.3.15"
firebase-bom = "32.7.0"
firebaseAppdistributionGradle = "4.0.1"
fragment-ktx = "1.6.2"
googleServices = "4.4.0"
guava = "32.1.1-android"
healthServicesClient = "1.0.0-rc01"
hilt = "2.48.1"
iconics = "5.4.0"
jackson-module-kotlin = "2.13.5"
javaVersion = "11"
kotlinx-coroutines = "1.7.3"
kotlin = "1.9.10"
ksp = "1.9.10-1.0.13"
kotlin = "1.9.21"
ksp = "1.9.21-1.0.15"
ktlint = "11.6.1"
lifecycle = "2.6.2"
material = "1.10.0"
media3 = "1.1.1"
navigation-compose = "2.7.4"
media3 = "1.2.0"
navigation-compose = "2.7.6"
okhttp = "4.12.0"
paging = "3.2.1"
picasso = "2.8"
Expand All @@ -53,20 +53,20 @@ preference-ktx = "1.2.1"
recyclerview = "1.3.2"
reorderable = "0.9.6"
retrofit = "2.9.0"
room = "2.6.0"
room = "2.6.1"
sentry-android = "6.34.0"
watchfaceComplicationsDataSourceKtx = "1.1.1"
watchfaceComplicationsDataSourceKtx = "1.2.0"
wear = "1.3.0"
wear-compose-foundation = "1.2.1"
wear-compose-material = "1.0.0-alpha14"
wear-compose-material = "1.0.0-alpha15"
wear-protolayout = "1.0.0"
wear-tiles = "1.2.0"
wear-tooling = "1.0.0-beta01"
wear-tooling = "1.0.0"
wearPhoneInteractions = "1.0.1"
wearInput = "1.2.0-alpha02"
webkit = "1.8.0"
webkit = "1.9.0"
wear-remote-interactions = "1.0.0"
workRuntimeKtx = "2.8.1"
workRuntimeKtx = "2.9.0"
horologist = "0.5.10"

[plugins]
Expand Down

0 comments on commit 2b36440

Please sign in to comment.