Skip to content

Commit 89e9a93

Browse files
authored
Auto-update dependencies. (#1432)
1 parent 63234d6 commit 89e9a93

File tree

29 files changed

+62
-62
lines changed

29 files changed

+62
-62
lines changed

admob/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ dependencies {
5858
implementation 'com.google.firebase:firebase-analytics'
5959

6060
debugImplementation "androidx.fragment:fragment-testing:1.5.4"
61-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
62-
androidTestImplementation 'androidx.test:rules:1.4.0'
63-
androidTestImplementation 'androidx.test:runner:1.4.0'
64-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
61+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
62+
androidTestImplementation 'androidx.test:rules:1.5.0'
63+
androidTestImplementation 'androidx.test:runner:1.5.0'
64+
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
6565
}

admob/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:7.3.1'
1111
classpath 'com.google.gms:google-services:4.3.14'
12-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20'
12+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21'
1313
}
1414
}
1515

analytics/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ dependencies {
5151
// Firebase Analytics (Kotlin)
5252
implementation 'com.google.firebase:firebase-analytics-ktx'
5353

54-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
55-
androidTestImplementation 'androidx.test:rules:1.4.0'
56-
androidTestImplementation 'androidx.test:runner:1.4.0'
57-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
54+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
55+
androidTestImplementation 'androidx.test:rules:1.5.0'
56+
androidTestImplementation 'androidx.test:runner:1.5.0'
57+
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
5858
}

analytics/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:7.3.1'
1111
classpath 'com.google.gms:google-services:4.3.14'
12-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20'
12+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21'
1313
}
1414
}
1515

appdistribution/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ dependencies {
5252
// for Google Analytics. This is recommended, but not required.
5353
implementation 'com.google.firebase:firebase-analytics'
5454

55-
androidTestImplementation 'androidx.test:runner:1.4.0'
56-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
57-
androidTestImplementation 'androidx.test:rules:1.4.0'
55+
androidTestImplementation 'androidx.test:runner:1.5.0'
56+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
57+
androidTestImplementation 'androidx.test:rules:1.5.0'
5858
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
5959
}

appdistribution/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
dependencies {
1111
classpath 'com.google.gms:google-services:4.3.14'
1212
classpath 'com.android.tools.build:gradle:7.3.1'
13-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20'
13+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21'
1414
}
1515
}
1616

auth/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
implementation 'com.facebook.android:facebook-login:13.2.0'
7272
implementation 'androidx.browser:browser:1.0.0'
7373

74-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
75-
androidTestImplementation 'androidx.test:rules:1.4.0'
76-
androidTestImplementation 'androidx.test:runner:1.4.0'
74+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
75+
androidTestImplementation 'androidx.test:rules:1.5.0'
76+
androidTestImplementation 'androidx.test:runner:1.5.0'
7777
}

auth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:7.3.1'
1111
classpath 'com.google.gms:google-services:4.3.14'
12-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20'
12+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21'
1313
}
1414
}
1515

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:7.3.1'
9-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20'
9+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21'
1010

1111
classpath 'com.google.gms:google-services:4.3.14'
1212
classpath 'com.google.firebase:perf-plugin:1.4.2'

config/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ dependencies {
5151
// for Google Analytics. This is recommended, but not required.
5252
implementation 'com.google.firebase:firebase-analytics'
5353

54-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
55-
androidTestImplementation 'androidx.test:rules:1.4.0'
56-
androidTestImplementation 'androidx.test:runner:1.4.0'
57-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
54+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
55+
androidTestImplementation 'androidx.test:rules:1.5.0'
56+
androidTestImplementation 'androidx.test:runner:1.5.0'
57+
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
5858
}

0 commit comments

Comments
 (0)