Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into feature/new_protocols_support
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Dec 13, 2024
2 parents 5d2c825 + f159b1d commit a80d550
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ GEM
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.3.6)
strscan
rexml (3.3.9)
rouge (2.0.7)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand All @@ -185,7 +184,6 @@ GEM
simctl (1.6.10)
CFPropertyList
naturally
strscan (3.1.0)
terminal-notifier (2.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
androidGradlePlugin = "8.7.2"
androidTools = "31.7.2"
androidGradlePlugin = "8.7.3"
androidTools = "31.7.3"

kotlin = "2.0.21"
kotlin = "2.1.0"
kotlinx-coroutines = "1.9.0"

androidx-lifecycle = "2.8.7"
androidx-window = "1.3.0"
androidx-datastore = "1.1.1"
androidx-navigation = "2.8.3"
androidx-navigation = "2.8.5"
androidx-activity-compose = "1.9.3"
androidx-compose-bom = "2024.10.01"
androidx-compose-bom = "2024.12.01"
androidx-hilt = "1.2.0"

androidx-benchmark = "1.3.3"
Expand All @@ -24,8 +24,8 @@ androidx-test-ext-junit = "1.2.1"
androidx-test-ext-truth = "1.6.0"
screengrab = "2.1.1"

google-ksp = "2.0.21-1.0.26"
google-dagger = "2.52"
google-ksp = "2.1.0-1.0.29"
google-dagger = "2.53.1"

detekt = "1.23.7"

Expand Down

0 comments on commit a80d550

Please sign in to comment.