File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ android {
55
55
dependencies {
56
56
api(libs.kotlin.coroutines.tasks)
57
57
58
- api(" com.google.firebase :firebase-components:18.0.0 " )
59
- api(" com.google.firebase :firebase-annotations:16.2.0 " )
58
+ api(project( " :firebase-components" ) )
59
+ api(project( " :firebase-annotations" ) )
60
60
implementation(libs.androidx.datastore.preferences)
61
61
implementation(libs.androidx.annotation)
62
62
implementation(libs.androidx.futures)
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ android {
44
44
}
45
45
46
46
dependencies {
47
- api(" com.google.firebase :firebase-annotations:16.2.0 " )
47
+ api(project( " :firebase-annotations" ) )
48
48
implementation(libs.androidx.annotation)
49
49
implementation(libs.errorprone.annotations)
50
50
You can’t perform that action at this time.
0 commit comments