Skip to content

Commit fe115b1

Browse files
dpebotsamtstern
authored andcommitted
Auto-update dependencies. (firebase#891)
1 parent 2b6f8ce commit fe115b1

File tree

18 files changed

+73
-118
lines changed

18 files changed

+73
-118
lines changed

admob/app/build.gradle

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,10 @@ android {
2828
}
2929
}
3030

31-
configurations.all {
32-
resolutionStrategy.force 'com.android.support:support-annotations:28.0.0'
33-
}
34-
3531
dependencies {
3632
implementation project(":internal:lintchecks")
3733
implementation project(":internal:chooserx")
38-
implementation 'androidx.appcompat:appcompat:1.0.0'
34+
implementation 'androidx.appcompat:appcompat:1.0.2'
3935
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
4036
implementation 'androidx.browser:browser:1.0.0'
4137

@@ -44,9 +40,9 @@ dependencies {
4440
// [END gradle_play_config]
4541
implementation 'com.google.firebase:firebase-core:16.0.9'
4642

47-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
48-
androidTestImplementation 'androidx.test:rules:1.1.0'
49-
androidTestImplementation 'androidx.test:runner:1.1.0'
43+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
44+
androidTestImplementation 'androidx.test:rules:1.2.0'
45+
androidTestImplementation 'androidx.test:runner:1.2.0'
5046
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
5147
}
5248

analytics/app/build.gradle

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,20 @@ android {
2323
}
2424
}
2525

26-
configurations.all {
27-
resolutionStrategy.force 'com.android.support:support-annotations:28.0.0'
28-
}
29-
3026
dependencies {
3127
implementation project(":internal:lintchecks")
3228
implementation project(":internal:chooserx")
3329
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
3430

35-
implementation 'androidx.appcompat:appcompat:1.0.0'
31+
implementation 'androidx.appcompat:appcompat:1.0.2'
3632
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
3733

3834
implementation 'com.google.firebase:firebase-core:16.0.9'
3935
implementation 'com.google.firebase:firebase-analytics:16.5.0'
4036

41-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
42-
androidTestImplementation 'androidx.test:rules:1.1.0'
43-
androidTestImplementation 'androidx.test:runner:1.1.0'
37+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
38+
androidTestImplementation 'androidx.test:rules:1.2.0'
39+
androidTestImplementation 'androidx.test:runner:1.2.0'
4440
}
4541

4642
apply plugin: 'com.google.gms.google-services'

app-indexing/app/build.gradle

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ android {
2323
}
2424
}
2525

26-
configurations.all {
27-
resolutionStrategy.force 'com.android.support:support-annotations:28.0.0'
28-
}
29-
3026
dependencies {
3127
implementation project(":internal:lintchecks")
3228
implementation project(":internal:chooserx")
@@ -37,12 +33,12 @@ dependencies {
3733
implementation 'com.google.firebase:firebase-core:16.0.9'
3834

3935
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
40-
implementation 'androidx.appcompat:appcompat:1.0.0'
36+
implementation 'androidx.appcompat:appcompat:1.0.2'
4137

4238
// Testing
43-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
44-
androidTestImplementation 'androidx.test:rules:1.1.0'
45-
androidTestImplementation 'androidx.test:runner:1.1.0'
39+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
40+
androidTestImplementation 'androidx.test:rules:1.2.0'
41+
androidTestImplementation 'androidx.test:runner:1.2.0'
4642
}
4743

4844
apply plugin: 'com.google.gms.google-services'

auth/app/build.gradle

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,13 @@ android {
3030
}
3131
}
3232

33-
configurations.all {
34-
resolutionStrategy.force 'com.android.support:support-annotations:28.0.0'
35-
}
36-
3733
dependencies {
3834
implementation project(':internal:chooserx')
3935
implementation project(':internal:lintchecks')
40-
implementation 'androidx.multidex:multidex:2.0.0'
36+
implementation 'androidx.multidex:multidex:2.0.1'
4137

4238
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
43-
implementation 'androidx.appcompat:appcompat:1.0.0'
39+
implementation 'androidx.appcompat:appcompat:1.0.2'
4440
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
4541
implementation 'androidx.vectordrawable:vectordrawable-animated:1.0.0'
4642
implementation 'androidx.cardview:cardview:1.0.0'
@@ -66,9 +62,9 @@ dependencies {
6662
implementation 'com.twitter.sdk.android:twitter-core:3.3.0'
6763
implementation 'com.twitter.sdk.android:twitter:3.3.0'
6864

69-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
70-
androidTestImplementation 'androidx.test:rules:1.1.0'
71-
androidTestImplementation 'androidx.test:runner:1.1.0'
65+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
66+
androidTestImplementation 'androidx.test:rules:1.2.0'
67+
androidTestImplementation 'androidx.test:runner:1.2.0'
7268
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
7369
}
7470

config/app/build.gradle

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,20 @@ android {
2424
}
2525
}
2626

27-
configurations.all {
28-
resolutionStrategy.force 'com.android.support:support-annotations:28.0.0'
29-
}
30-
3127
dependencies {
3228
implementation project(":internal:lintchecks")
3329
implementation project(":internal:chooserx")
3430
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
3531

3632
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
37-
implementation 'androidx.appcompat:appcompat:1.0.0'
33+
implementation 'androidx.appcompat:appcompat:1.0.2'
3834

3935
implementation 'com.google.firebase:firebase-core:16.0.9'
4036
implementation 'com.google.firebase:firebase-config:17.0.0'
4137

42-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
43-
androidTestImplementation 'androidx.test:rules:1.1.0'
44-
androidTestImplementation 'androidx.test:runner:1.1.0'
38+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
39+
androidTestImplementation 'androidx.test:rules:1.2.0'
40+
androidTestImplementation 'androidx.test:runner:1.2.0'
4541
}
4642

4743
apply plugin: 'com.google.gms.google-services'

crash/app/build.gradle

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,19 @@ android {
3030
}
3131
}
3232

33-
configurations.all {
34-
resolutionStrategy.force 'com.android.support:support-annotations:28.0.0'
35-
}
36-
3733
dependencies {
3834
implementation project(":internal:lintchecks")
3935
implementation project(":internal:chooserx")
4036
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
41-
implementation 'androidx.appcompat:appcompat:1.0.0'
37+
implementation 'androidx.appcompat:appcompat:1.0.2'
4238

4339
implementation 'com.google.firebase:firebase-core:16.0.9'
4440
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1'
4541

4642
testImplementation 'junit:junit:4.12'
47-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
48-
androidTestImplementation 'androidx.test:rules:1.1.0'
49-
androidTestImplementation 'androidx.test:runner:1.1.0'
43+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
44+
androidTestImplementation 'androidx.test:rules:1.2.0'
45+
androidTestImplementation 'androidx.test:runner:1.2.0'
5046
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
5147
}
5248

database/app/build.gradle

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ android {
2626
}
2727
}
2828

29-
configurations.all {
30-
resolutionStrategy.force 'com.android.support:support-annotations:28.0.0'
31-
}
32-
3329
androidExtensions {
3430
experimental = true
3531
}
@@ -39,7 +35,7 @@ dependencies {
3935
implementation project(":internal:chooserx")
4036
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
4137

42-
implementation 'androidx.appcompat:appcompat:1.0.0'
38+
implementation 'androidx.appcompat:appcompat:1.0.2'
4339
implementation 'androidx.recyclerview:recyclerview:1.0.0'
4440
implementation 'androidx.cardview:cardview:1.0.0'
4541
implementation 'com.google.android.material:material:1.0.0'
@@ -52,12 +48,12 @@ dependencies {
5248
implementation 'com.google.firebase:firebase-database:17.0.0'
5349

5450
// Needed to fix a dependency conflict with FirebaseUI'
55-
implementation 'androidx.arch.core:core-runtime:2.0.0'
51+
implementation 'androidx.arch.core:core-runtime:2.0.1'
5652

5753
testImplementation 'junit:junit:4.12'
58-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
59-
androidTestImplementation 'androidx.test:rules:1.1.0'
60-
androidTestImplementation 'androidx.test:runner:1.1.0'
54+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
55+
androidTestImplementation 'androidx.test:rules:1.2.0'
56+
androidTestImplementation 'androidx.test:runner:1.2.0'
6157
}
6258

6359
apply plugin: 'com.google.gms.google-services'

dynamiclinks/app/build.gradle

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,21 @@ android {
3838
}
3939
}
4040

41-
configurations.all {
42-
resolutionStrategy.force 'com.android.support:support-annotations:28.0.0'
43-
}
44-
4541
dependencies {
4642
implementation project(":internal:lintchecks")
4743
implementation project(":internal:chooserx")
4844
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
4945

50-
implementation 'androidx.appcompat:appcompat:1.0.0'
46+
implementation 'androidx.appcompat:appcompat:1.0.2'
5147
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
5248
implementation 'com.google.android.material:material:1.0.0'
5349

5450
implementation 'com.google.firebase:firebase-core:16.0.9'
5551
implementation 'com.google.firebase:firebase-invites:17.0.0'
5652

57-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
58-
androidTestImplementation 'androidx.test:rules:1.1.0'
59-
androidTestImplementation 'androidx.test:runner:1.1.0'
53+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
54+
androidTestImplementation 'androidx.test:rules:1.2.0'
55+
androidTestImplementation 'androidx.test:runner:1.2.0'
6056
}
6157

6258
apply plugin: 'com.google.gms.google-services'

firestore/app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ dependencies {
5454
implementation 'com.firebaseui:firebase-ui-auth:4.3.2'
5555

5656
// Support Libs
57-
implementation 'androidx.appcompat:appcompat:1.0.0'
57+
implementation 'androidx.appcompat:appcompat:1.0.2'
5858
implementation 'androidx.vectordrawable:vectordrawable-animated:1.0.0'
5959
implementation 'androidx.cardview:cardview:1.0.0'
6060
implementation 'androidx.browser:browser:1.0.0'
6161
implementation 'com.google.android.material:material:1.0.0'
6262
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
63-
implementation 'androidx.media:media:1.0.0'
63+
implementation 'androidx.media:media:1.0.1'
6464
implementation 'androidx.recyclerview:recyclerview:1.0.0'
65-
implementation 'androidx.multidex:multidex:2.0.0'
65+
implementation 'androidx.multidex:multidex:2.0.1'
6666

6767
// Android architecture components
6868
implementation 'androidx.lifecycle:lifecycle-runtime:2.0.0'
@@ -73,10 +73,10 @@ dependencies {
7373
implementation 'me.zhanghai.android.materialratingbar:library:1.3.2'
7474
implementation 'com.github.bumptech.glide:glide:3.7.0'
7575

76-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
77-
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.0'
78-
androidTestImplementation 'androidx.test:rules:1.1.0'
79-
androidTestImplementation 'androidx.test:runner:1.1.0'
76+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
77+
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'
78+
androidTestImplementation 'androidx.test:rules:1.2.0'
79+
androidTestImplementation 'androidx.test:runner:1.2.0'
8080
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
8181
androidTestImplementation 'junit:junit:4.12'
8282
androidTestImplementation 'org.hamcrest:hamcrest-library:1.3'

functions/app/build.gradle

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,13 @@ android {
2626
}
2727
}
2828

29-
configurations.all {
30-
resolutionStrategy.force 'com.android.support:support-annotations:28.0.0'
31-
}
32-
3329
dependencies {
3430
implementation project(":internal:lintchecks")
3531
implementation project(":internal:chooserx")
3632
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
3733

3834
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
39-
implementation 'androidx.appcompat:appcompat:1.0.0'
35+
implementation 'androidx.appcompat:appcompat:1.0.2'
4036
implementation 'com.google.android.material:material:1.0.0'
4137
implementation 'androidx.browser:browser:1.0.0'
4238
implementation 'androidx.cardview:cardview:1.0.0'
@@ -50,9 +46,9 @@ dependencies {
5046
implementation 'com.google.android.gms:play-services-auth:16.0.1'
5147

5248
testImplementation 'junit:junit:4.12'
53-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
54-
androidTestImplementation 'androidx.test:rules:1.1.0'
55-
androidTestImplementation 'androidx.test:runner:1.1.0'
49+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
50+
androidTestImplementation 'androidx.test:rules:1.2.0'
51+
androidTestImplementation 'androidx.test:runner:1.2.0'
5652
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
5753
}
5854

0 commit comments

Comments
 (0)