Skip to content

Commit 5d614fc

Browse files
committed
Removed well known types from ABT and added basement
1 parent cfb65ab commit 5d614fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-abt/firebase-abt.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ android {
8282

8383
dependencies {
8484
implementation project(':firebase-common')
85-
implementation project(':protolite-well-known-types')
8685
implementation ('com.google.firebase:firebase-measurement-connector:18.0.0') {
8786
exclude group: "com.google.firebase", module: "firebase-common"
8887
}
88+
implementation 'com.google.android.gms:play-services-basement:17.0.0'
8989
implementation 'com.google.protobuf:protobuf-lite:3.0.1'
9090
testImplementation 'org.mockito:mockito-core:2.25.0'
9191
testImplementation 'com.google.truth:truth:0.44'

0 commit comments

Comments
 (0)