Skip to content

Commit

Permalink
Merge pull request #390 from amberin/revert-dependency-upgrades
Browse files Browse the repository at this point in the history
Revert recent (post v1.8.28) upgrades of some important dependencies
  • Loading branch information
amberin authored Oct 25, 2024
2 parents 38aba23 + 3ca0dbd commit 7873b71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ buildscript {

versions.android_gradle_plugin = '8.7.1'

versions.kotlin = '2.0.21'
versions.kotlin = '1.9.23'

versions.kotlin_coroutines = '1.7.3'

versions.jetbrains_annotations = '26.0.1'
versions.jetbrains_annotations = '24.1.0'

versions.android_multidex = '2.0.1'

Expand All @@ -29,7 +29,7 @@ buildscript {

versions.android_room = '2.6.1'

versions.android_lifecycle = '2.8.6'
versions.android_lifecycle = '2.8.5'

versions.android_workmanager = '2.9.1'

Expand Down

0 comments on commit 7873b71

Please sign in to comment.