File tree Expand file tree Collapse file tree 29 files changed +67
-67
lines changed Expand file tree Collapse file tree 29 files changed +67
-67
lines changed Original file line number Diff line number Diff line change @@ -48,18 +48,18 @@ dependencies {
48
48
implementation ' androidx.navigation:navigation-fragment-ktx:2.5.3'
49
49
implementation ' androidx.navigation:navigation-ui-ktx:2.5.3'
50
50
51
- implementation ' com.google.android.gms:play-services-ads:21.3 .0'
51
+ implementation ' com.google.android.gms:play-services-ads:21.4 .0'
52
52
53
53
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
54
- implementation platform(' com.google.firebase:firebase-bom:31.1.0 ' )
54
+ implementation platform(' com.google.firebase:firebase-bom:31.1.1 ' )
55
55
56
56
// For an optimal experience using AdMob, add the Firebase SDK
57
57
// for Google Analytics. This is recommended, but not required.
58
58
implementation ' com.google.firebase:firebase-analytics'
59
59
60
- debugImplementation " androidx.fragment:fragment-testing:1.5.4 "
61
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0 '
60
+ debugImplementation " androidx.fragment:fragment-testing:1.5.5 "
61
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
62
62
androidTestImplementation ' androidx.test:rules:1.5.0'
63
- androidTestImplementation ' androidx.test:runner:1.5.1 '
64
- androidTestImplementation ' androidx.test.ext:junit:1.1.4 '
63
+ androidTestImplementation ' androidx.test:runner:1.5.2 '
64
+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
65
65
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
dependencies {
10
10
classpath ' com.android.tools.build:gradle:7.3.1'
11
11
classpath ' com.google.gms:google-services:4.3.14'
12
- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21 '
12
+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0 '
13
13
}
14
14
}
15
15
Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ dependencies {
43
43
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
44
44
45
45
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
46
- implementation platform(' com.google.firebase:firebase-bom:31.1.0 ' )
46
+ implementation platform(' com.google.firebase:firebase-bom:31.1.1 ' )
47
47
48
48
// Firebase Analytics (Java)
49
49
implementation ' com.google.firebase:firebase-analytics'
50
50
51
51
// Firebase Analytics (Kotlin)
52
52
implementation ' com.google.firebase:firebase-analytics-ktx'
53
53
54
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0 '
54
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
55
55
androidTestImplementation ' androidx.test:rules:1.5.0'
56
- androidTestImplementation ' androidx.test:runner:1.5.1 '
57
- androidTestImplementation ' androidx.test.ext:junit:1.1.4 '
56
+ androidTestImplementation ' androidx.test:runner:1.5.2 '
57
+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
58
58
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
dependencies {
10
10
classpath ' com.android.tools.build:gradle:7.3.1'
11
11
classpath ' com.google.gms:google-services:4.3.14'
12
- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21 '
12
+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0 '
13
13
}
14
14
}
15
15
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
implementation ' androidx.multidex:multidex:2.0.1'
44
44
45
45
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
46
- implementation platform(' com.google.firebase:firebase-bom:31.1.0 ' )
46
+ implementation platform(' com.google.firebase:firebase-bom:31.1.1 ' )
47
47
48
48
// ADD the SDK to the "prerelease" variant only (example)
49
49
implementation ' com.google.firebase:firebase-appdistribution-ktx:16.0.0-beta01'
@@ -52,8 +52,8 @@ dependencies {
52
52
// for Google Analytics. This is recommended, but not required.
53
53
implementation ' com.google.firebase:firebase-analytics'
54
54
55
- androidTestImplementation ' androidx.test:runner:1.5.1 '
56
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0 '
55
+ androidTestImplementation ' androidx.test:runner:1.5.2 '
56
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
57
57
androidTestImplementation ' androidx.test:rules:1.5.0'
58
58
androidTestImplementation ' androidx.test.uiautomator:uiautomator:2.2.0'
59
59
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
dependencies {
11
11
classpath ' com.google.gms:google-services:4.3.14'
12
12
classpath ' com.android.tools.build:gradle:7.3.1'
13
- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21 '
13
+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0 '
14
14
}
15
15
}
16
16
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
implementation ' androidx.navigation:navigation-ui-ktx:2.5.3'
52
52
53
53
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
54
- implementation platform(' com.google.firebase:firebase-bom:31.1.0 ' )
54
+ implementation platform(' com.google.firebase:firebase-bom:31.1.1 ' )
55
55
56
56
// Firebase Authentication (Java)
57
57
implementation ' com.google.firebase:firebase-auth'
@@ -71,7 +71,7 @@ dependencies {
71
71
implementation ' com.facebook.android:facebook-login:13.2.0'
72
72
implementation ' androidx.browser:browser:1.0.0'
73
73
74
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0 '
74
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
75
75
androidTestImplementation ' androidx.test:rules:1.5.0'
76
- androidTestImplementation ' androidx.test:runner:1.5.1 '
76
+ androidTestImplementation ' androidx.test:runner:1.5.2 '
77
77
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
dependencies {
10
10
classpath ' com.android.tools.build:gradle:7.3.1'
11
11
classpath ' com.google.gms:google-services:4.3.14'
12
- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21 '
12
+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0 '
13
13
}
14
14
}
15
15
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
dependencies {
8
8
classpath ' com.android.tools.build:gradle:7.3.1'
9
- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21 '
9
+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0 '
10
10
11
11
classpath ' com.google.gms:google-services:4.3.14'
12
12
classpath ' com.google.firebase:perf-plugin:1.4.2'
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
implementation ' com.google.android.material:material:1.7.0'
40
40
41
41
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
42
- implementation platform(' com.google.firebase:firebase-bom:31.1.0 ' )
42
+ implementation platform(' com.google.firebase:firebase-bom:31.1.1 ' )
43
43
44
44
// Firebase Remote Config (Java)
45
45
implementation ' com.google.firebase:firebase-config'
@@ -51,8 +51,8 @@ dependencies {
51
51
// for Google Analytics. This is recommended, but not required.
52
52
implementation ' com.google.firebase:firebase-analytics'
53
53
54
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0 '
54
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
55
55
androidTestImplementation ' androidx.test:rules:1.5.0'
56
- androidTestImplementation ' androidx.test:runner:1.5.1 '
57
- androidTestImplementation ' androidx.test.ext:junit:1.1.4 '
56
+ androidTestImplementation ' androidx.test:runner:1.5.2 '
57
+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
58
58
}
You can’t perform that action at this time.
0 commit comments