Skip to content

Commit 27ed605

Browse files
committed
use project-wide coroutinesVersion
1 parent 2319f36 commit 27ed605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-storage/ktx/ktx.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
implementation project(':firebase-storage')
6262
implementation 'androidx.annotation:annotation:1.1.0'
6363
implementation 'com.google.android.gms:play-services-tasks:18.0.1'
64-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
64+
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion"
6565

6666
androidTestImplementation 'junit:junit:4.12'
6767
androidTestImplementation "com.google.truth:truth:$googleTruthVersion"

0 commit comments

Comments
 (0)