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 @@ -82,10 +82,10 @@ android {
82
82
83
83
dependencies {
84
84
implementation project(' :firebase-common' )
85
- implementation project(' :protolite-well-known-types' )
86
85
implementation (' com.google.firebase:firebase-measurement-connector:18.0.0' ) {
87
86
exclude group : " com.google.firebase" , module : " firebase-common"
88
87
}
88
+ implementation ' com.google.android.gms:play-services-basement:17.0.0'
89
89
implementation ' com.google.protobuf:protobuf-lite:3.0.1'
90
90
testImplementation ' org.mockito:mockito-core:2.25.0'
91
91
testImplementation ' com.google.truth:truth:0.44'
Original file line number Diff line number Diff line change 1
- version =17.0.1
2
- latestReleasedVersion =17.0.0
1
+ version =17.0.2
2
+ latestReleasedVersion =17.0.1
3
3
android.enableUnitTestBinaryResources =true
You can’t perform that action at this time.
0 commit comments