File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
firebase-inappmessaging-display Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 46
46
playServicesVersion = ' 16.0.1'
47
47
supportAnnotationsVersion = ' 28.0.0'
48
48
googleTruthVersion = ' 0.45'
49
- grpcVersion = ' 1.28 .0'
49
+ grpcVersion = ' 1.41 .0'
50
50
robolectricVersion = ' 4.3.1'
51
51
protocVersion = ' 3.14.0'
52
52
javaliteVersion = ' 3.14.0'
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ android {
57
57
compileSdkVersion project. targetSdkVersion
58
58
defaultConfig {
59
59
targetSdkVersion project. targetSdkVersion
60
- minSdkVersion project . minSdkVersion
60
+ minSdkVersion 19
61
61
versionName version
62
62
multiDexEnabled true
63
63
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -125,7 +125,7 @@ configurations.all {
125
125
if (it. name. contains(' AndroidTestRuntimeClasspath' )) {
126
126
it. resolutionStrategy {
127
127
force ' org.checkerframework:checker-compat-qual:2.5.5'
128
- force ' com.google.guava:guava:28 .1-android'
128
+ force ' com.google.guava:guava:30 .1-android'
129
129
}
130
130
}
131
131
exclude group : " com.google.protobuf" , module : " protobuf-java"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ firebaseLibrary {
25
25
android {
26
26
compileSdkVersion project. targetSdkVersion
27
27
defaultConfig {
28
- minSdkVersion project . minSdkVersion
28
+ minSdkVersion 19
29
29
multiDexEnabled true
30
30
targetSdkVersion project. targetSdkVersion
31
31
versionName version
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ dependencies {
102
102
testImplementation " org.mockito:mockito-core:2.25.0"
103
103
testImplementation " com.google.truth:truth:1.0"
104
104
testImplementation ' androidx.test:core:1.2.0'
105
- testImplementation ' com.google.guava:guava:27 .1-android'
105
+ testImplementation ' com.google.guava:guava:30 .1-android'
106
106
107
107
androidTestImplementation " org.mockito:mockito-core:2.25.0"
108
108
androidTestImplementation " com.google.dexmaker:dexmaker:1.2"
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ configurations.all {
99
99
if (it. name. contains(' AndroidTestRuntimeClasspath' )) {
100
100
it. resolutionStrategy {
101
101
force ' org.checkerframework:checker-compat-qual:2.5.5'
102
- force ' com.google.guava:guava:28 .1-android'
102
+ force ' com.google.guava:guava:30 .1-android'
103
103
}
104
104
}
105
105
}
@@ -152,7 +152,7 @@ dependencies {
152
152
exclude group : ' com.google.protobuf' , module : ' protobuf-java'
153
153
}
154
154
testImplementation " io.grpc:grpc-testing:$grpcVersion "
155
- testImplementation ' com.google.guava:guava:27 .1-android'
155
+ testImplementation ' com.google.guava:guava:30 .1-android'
156
156
testImplementation ' androidx.test:core:1.2.0'
157
157
158
158
androidTestImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
35
35
compileSdkVersion 29
36
36
37
37
defaultConfig {
38
- minSdkVersion 16
38
+ minSdkVersion 19
39
39
multiDexEnabled true
40
40
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
41
41
versionName " 1.0.0"
You can’t perform that action at this time.
0 commit comments