Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 52496b4

Browse files
committed
Deps: Update to kotlin 1.9.25 (via catalog's pr-sha combination)
FYI: This change was done for testing purposes and until the below 'Android Dependency Catalog' #34 PR gets merged to 'trunk'. When that's done, the 'catalogVersion' will be updated to '1.18.0' instead. ------------------------------------------------------------------------ Since updating Kotlin isn't enough by itself, due to various build failures, this update also incorporates the below 4 updates: - 'detekt' -> '1.23.6' - 'androidx-room' -> '2.6.1' - 'dagger' -> '2.51.1' - 'kotlinx-coroutines' -> '1.8.1' Android Dependency Catalog PR: [Dependency Updates] Update Kotlin to 1.9.25 #34 - Automattic/android-dependency-catalog#34
1 parent 53b346d commit 52496b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

settings.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
id 'com.gradle.enterprise' version '3.9'
2222
}
2323

24-
def catalogVersion = "1.17.0"
24+
def catalogVersion = "34-cbb5a77cabf0aa7d8de773c2a87671d094785b00"
2525
dependencyResolutionManagement {
2626
repositories {
2727
exclusiveContent {
@@ -46,7 +46,6 @@ dependencyResolutionManagement {
4646
version("apache-commons-text", "1.10.0")
4747
version("facebook-flipper", "0.51.0")
4848
version("facebook-soloader", "0.9.0")
49-
version("kotlinx-coroutines", "1.3.9")
5049
}
5150
}
5251
}

0 commit comments

Comments
 (0)