Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
stzouvaras committed Oct 3, 2024
1 parent 0163592 commit 49e8f95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
accompanist = "0.34.0"
androidDesugarJdkLibs = "2.1.2"
androidGradlePlugin = "8.6.1"
androidGradlePlugin = "8.7.0"
androidxActivity = "1.9.2"
androidxAppCompat = "1.7.0"
androidxBrowser = "1.8.0"
androidxComposeBom = "2024.09.02"
androidxComposeRuntimeTracing = "1.0.0-beta01"
androidxComposeBom = "2024.09.03"
androidxComposeRuntimeTracing = "1.7.3"
androidxCore = "1.13.1"
androidxCoreSplashscreen = "1.0.1"
androidxDataStore = "1.1.1"
androidxEspresso = "3.6.1"
androidxLifecycle = "2.8.6"
androidxMacroBenchmark = "1.3.1"
androidxMacroBenchmark = "1.3.2"
androidxMetrics = "1.0.0-beta01"
androidxNavigation = "2.8.1"
androidxProfileinstaller = "1.4.0"
androidxNavigation = "2.8.2"
androidxProfileinstaller = "1.4.1"
androidxTestCore = "1.6.1"
androidxTestExt = "1.2.1"
androidxTestRules = "1.6.1"
Expand All @@ -37,7 +37,7 @@ kotlinxCoroutines = "1.8.1"
kotlinxDatetime = "0.4.1"
kotlinxSerializationJson = "1.7.1"
ksp = "2.0.10-1.0.24"
lint = "31.6.1"
lint = "31.7.0"
okhttp = "4.12.0"
protobuf = "3.24.0"
protobufPlugin = "0.9.4"
Expand All @@ -64,7 +64,7 @@ material3 = "1.3.0"
appCenter = "5.0.4"
kover = "0.7.5"
sonar = "5.0.0.4638"
baselineprofile = "1.3.1"
baselineprofile = "1.3.2"
timber = "5.0.1"
treessence = "1.1.2"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#Sun Sep 17 23:01:33 EEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 49e8f95

Please sign in to comment.