Skip to content

Commit b75808c

Browse files
committed
Auto-update dependencies.
1 parent 2b6f8ce commit b75808c

File tree

18 files changed

+72
-72
lines changed

18 files changed

+72
-72
lines changed

admob/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ configurations.all {
3535
dependencies {
3636
implementation project(":internal:lintchecks")
3737
implementation project(":internal:chooserx")
38-
implementation 'androidx.appcompat:appcompat:1.0.0'
38+
implementation 'androidx.appcompat:appcompat:1.0.2'
3939
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
4040
implementation 'androidx.browser:browser:1.0.0'
4141

@@ -44,9 +44,9 @@ dependencies {
4444
// [END gradle_play_config]
4545
implementation 'com.google.firebase:firebase-core:16.0.9'
4646

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'
47+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
48+
androidTestImplementation 'androidx.test:rules:1.2.0'
49+
androidTestImplementation 'androidx.test:runner:1.2.0'
5050
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
5151
}
5252

analytics/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ dependencies {
3232
implementation project(":internal:chooserx")
3333
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
3434

35-
implementation 'androidx.appcompat:appcompat:1.0.0'
35+
implementation 'androidx.appcompat:appcompat:1.0.2'
3636
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
3737

3838
implementation 'com.google.firebase:firebase-core:16.0.9'
3939
implementation 'com.google.firebase:firebase-analytics:16.5.0'
4040

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'
41+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
42+
androidTestImplementation 'androidx.test:rules:1.2.0'
43+
androidTestImplementation 'androidx.test:runner:1.2.0'
4444
}
4545

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

app-indexing/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ dependencies {
3737
implementation 'com.google.firebase:firebase-core:16.0.9'
3838

3939
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
40-
implementation 'androidx.appcompat:appcompat:1.0.0'
40+
implementation 'androidx.appcompat:appcompat:1.0.2'
4141

4242
// 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'
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'
4646
}
4747

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

auth/app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ configurations.all {
3737
dependencies {
3838
implementation project(':internal:chooserx')
3939
implementation project(':internal:lintchecks')
40-
implementation 'androidx.multidex:multidex:2.0.0'
40+
implementation 'androidx.multidex:multidex:2.0.1'
4141

4242
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
43-
implementation 'androidx.appcompat:appcompat:1.0.0'
43+
implementation 'androidx.appcompat:appcompat:1.0.2'
4444
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
4545
implementation 'androidx.vectordrawable:vectordrawable-animated:1.0.0'
4646
implementation 'androidx.cardview:cardview:1.0.0'
@@ -66,9 +66,9 @@ dependencies {
6666
implementation 'com.twitter.sdk.android:twitter-core:3.3.0'
6767
implementation 'com.twitter.sdk.android:twitter:3.3.0'
6868

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'
69+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
70+
androidTestImplementation 'androidx.test:rules:1.2.0'
71+
androidTestImplementation 'androidx.test:runner:1.2.0'
7272
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
7373
}
7474

config/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ dependencies {
3434
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
3535

3636
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
37-
implementation 'androidx.appcompat:appcompat:1.0.0'
37+
implementation 'androidx.appcompat:appcompat:1.0.2'
3838

3939
implementation 'com.google.firebase:firebase-core:16.0.9'
4040
implementation 'com.google.firebase:firebase-config:17.0.0'
4141

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'
42+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
43+
androidTestImplementation 'androidx.test:rules:1.2.0'
44+
androidTestImplementation 'androidx.test:runner:1.2.0'
4545
}
4646

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

crash/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ dependencies {
3838
implementation project(":internal:lintchecks")
3939
implementation project(":internal:chooserx")
4040
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
41-
implementation 'androidx.appcompat:appcompat:1.0.0'
41+
implementation 'androidx.appcompat:appcompat:1.0.2'
4242

4343
implementation 'com.google.firebase:firebase-core:16.0.9'
4444
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1'
4545

4646
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'
47+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
48+
androidTestImplementation 'androidx.test:rules:1.2.0'
49+
androidTestImplementation 'androidx.test:runner:1.2.0'
5050
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
5151
}
5252

database/app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
implementation project(":internal:chooserx")
4040
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
4141

42-
implementation 'androidx.appcompat:appcompat:1.0.0'
42+
implementation 'androidx.appcompat:appcompat:1.0.2'
4343
implementation 'androidx.recyclerview:recyclerview:1.0.0'
4444
implementation 'androidx.cardview:cardview:1.0.0'
4545
implementation 'com.google.android.material:material:1.0.0'
@@ -52,12 +52,12 @@ dependencies {
5252
implementation 'com.google.firebase:firebase-database:17.0.0'
5353

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

5757
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'
58+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
59+
androidTestImplementation 'androidx.test:rules:1.2.0'
60+
androidTestImplementation 'androidx.test:runner:1.2.0'
6161
}
6262

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

dynamiclinks/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ dependencies {
4747
implementation project(":internal:chooserx")
4848
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
4949

50-
implementation 'androidx.appcompat:appcompat:1.0.0'
50+
implementation 'androidx.appcompat:appcompat:1.0.2'
5151
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
5252
implementation 'com.google.android.material:material:1.0.0'
5353

5454
implementation 'com.google.firebase:firebase-core:16.0.9'
5555
implementation 'com.google.firebase:firebase-invites:17.0.0'
5656

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'
57+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
58+
androidTestImplementation 'androidx.test:rules:1.2.0'
59+
androidTestImplementation 'androidx.test:runner:1.2.0'
6060
}
6161

6262
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31"
3737

3838
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
39-
implementation 'androidx.appcompat:appcompat:1.0.0'
39+
implementation 'androidx.appcompat:appcompat:1.0.2'
4040
implementation 'com.google.android.material:material:1.0.0'
4141
implementation 'androidx.browser:browser:1.0.0'
4242
implementation 'androidx.cardview:cardview:1.0.0'
@@ -50,9 +50,9 @@ dependencies {
5050
implementation 'com.google.android.gms:play-services-auth:16.0.1'
5151

5252
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'
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'
5656
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
5757
}
5858

0 commit comments

Comments
 (0)