File tree Expand file tree Collapse file tree 15 files changed +56
-56
lines changed Expand file tree Collapse file tree 15 files changed +56
-56
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
55
55
implementation(" androidx.navigation:navigation-fragment-ktx:2.7.7" )
56
56
implementation(" androidx.navigation:navigation-ui-ktx:2.7.7" )
57
57
58
- implementation(" com.google.android.gms:play-services-ads:23.1 .0" )
58
+ implementation(" com.google.android.gms:play-services-ads:23.2 .0" )
59
59
60
60
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
61
61
implementation(platform(" com.google.firebase:firebase-bom:33.1.1" ))
@@ -64,9 +64,9 @@ dependencies {
64
64
// for Google Analytics. This is recommended, but not required.
65
65
implementation(" com.google.firebase:firebase-analytics" )
66
66
67
- debugImplementation(" androidx.fragment:fragment-testing:1.8.0 " )
68
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.0 " )
69
- androidTestImplementation(" androidx.test:rules:1.6.0 " )
70
- androidTestImplementation(" androidx.test:runner:1.6.0 " )
71
- androidTestImplementation(" androidx.test.ext:junit:1.2.0 " )
67
+ debugImplementation(" androidx.fragment:fragment-testing:1.8.1 " )
68
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
69
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
70
+ androidTestImplementation(" androidx.test:runner:1.6.1 " )
71
+ androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
72
72
}
Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ dependencies {
53
53
implementation(" androidx.appcompat:appcompat:1.7.0" )
54
54
implementation(" androidx.preference:preference-ktx:1.2.1" )
55
55
// Needed to override the version used by preference-ktx
56
- implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2 " )
56
+ implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3 " )
57
57
58
58
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
59
59
implementation(platform(" com.google.firebase:firebase-bom:33.1.1" ))
60
60
61
61
// Firebase Analytics
62
62
implementation(" com.google.firebase:firebase-analytics" )
63
63
64
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.0 " )
65
- androidTestImplementation(" androidx.test:rules:1.6.0 " )
66
- androidTestImplementation(" androidx.test:runner:1.6.0 " )
67
- androidTestImplementation(" androidx.test.ext:junit:1.2.0 " )
64
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
65
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
66
+ androidTestImplementation(" androidx.test:runner:1.6.1 " )
67
+ androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
68
68
}
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ dependencies {
62
62
// for Google Analytics. This is recommended, but not required.
63
63
implementation(" com.google.firebase:firebase-analytics" )
64
64
65
- androidTestImplementation(" androidx.test:runner:1.6.0 " )
66
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.0 " )
67
- androidTestImplementation(" androidx.test:rules:1.6.0 " )
65
+ androidTestImplementation(" androidx.test:runner:1.6.1 " )
66
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
67
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
68
68
androidTestImplementation(" androidx.test.uiautomator:uiautomator:2.3.0" )
69
69
}
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ dependencies {
76
76
implementation(" com.facebook.android:facebook-login:13.2.0" )
77
77
implementation(" androidx.browser:browser:1.5.0" )
78
78
79
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.0 " )
80
- androidTestImplementation(" androidx.test:rules:1.6.0 " )
81
- androidTestImplementation(" androidx.test:runner:1.6.0 " )
79
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
80
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
81
+ androidTestImplementation(" androidx.test:runner:1.6.1 " )
82
82
}
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ dependencies {
59
59
// for Google Analytics. This is recommended, but not required.
60
60
implementation(" com.google.firebase:firebase-analytics" )
61
61
62
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.0 " )
63
- androidTestImplementation(" androidx.test:rules:1.6.0 " )
64
- androidTestImplementation(" androidx.test:runner:1.6.0 " )
65
- androidTestImplementation(" androidx.test.ext:junit:1.2.0 " )
62
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
63
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
64
+ androidTestImplementation(" androidx.test:runner:1.6.1 " )
65
+ androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
66
66
}
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ dependencies {
69
69
implementation(" com.google.android.gms:play-services-base:18.5.0" )
70
70
71
71
testImplementation(" junit:junit:4.13.2" )
72
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.0 " )
73
- androidTestImplementation(" androidx.test:rules:1.6.0 " )
74
- androidTestImplementation(" androidx.test:runner:1.6.0 " )
75
- androidTestImplementation(" androidx.test.ext:junit:1.2.0 " )
72
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
73
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
74
+ androidTestImplementation(" androidx.test:runner:1.6.1 " )
75
+ androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
76
76
}
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
69
69
implementation(" androidx.arch.core:core-runtime:2.2.0" )
70
70
71
71
testImplementation(" junit:junit:4.13.2" )
72
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.0 " )
73
- androidTestImplementation(" androidx.test:rules:1.6.0 " )
74
- androidTestImplementation(" androidx.test:runner:1.6.0 " )
72
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
73
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
74
+ androidTestImplementation(" androidx.test:runner:1.6.1 " )
75
75
}
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ dependencies {
71
71
// for Google Analytics. This is recommended, but not required.
72
72
implementation(" com.google.firebase:firebase-analytics" )
73
73
74
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.0 " )
75
- androidTestImplementation(" androidx.test:rules:1.6.0 " )
76
- androidTestImplementation(" androidx.test:runner:1.6.0 " )
77
- androidTestImplementation(" androidx.test.ext:junit:1.2.0 " )
74
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
75
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
76
+ androidTestImplementation(" androidx.test:runner:1.6.1 " )
77
+ androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
78
78
}
Original file line number Diff line number Diff line change @@ -85,16 +85,16 @@ dependencies {
85
85
// Android architecture components
86
86
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.0" )
87
87
implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
88
- annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.8.2 " )
88
+ annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.8.3 " )
89
89
90
90
// Third-party libraries
91
91
implementation(" me.zhanghai.android.materialratingbar:library:1.4.0" )
92
92
implementation(" com.github.bumptech.glide:glide:4.12.0" )
93
93
94
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.0 " )
95
- androidTestImplementation(" androidx.test.espresso:espresso-contrib:3.6.0 " )
96
- androidTestImplementation(" androidx.test:rules:1.6.0 " )
97
- androidTestImplementation(" androidx.test:runner:1.6.0 " )
94
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
95
+ androidTestImplementation(" androidx.test.espresso:espresso-contrib:3.6.1 " )
96
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
97
+ androidTestImplementation(" androidx.test:runner:1.6.1 " )
98
98
androidTestImplementation(" androidx.test.uiautomator:uiautomator:2.3.0" )
99
99
androidTestImplementation(" junit:junit:4.13.2" )
100
100
androidTestImplementation(" org.hamcrest:hamcrest-library:2.2" )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
implementation(project(" :internal:chooserx" ))
47
47
48
48
implementation(" androidx.activity:activity-ktx:1.9.0" )
49
- implementation(" androidx.fragment:fragment-ktx:1.8.0 " )
49
+ implementation(" androidx.fragment:fragment-ktx:1.8.1 " )
50
50
implementation(" androidx.appcompat:appcompat:1.7.0" )
51
51
implementation(" com.google.android.material:material:1.12.0" )
52
52
@@ -69,8 +69,8 @@ dependencies {
69
69
implementation(" com.google.android.gms:play-services-auth:21.2.0" )
70
70
71
71
testImplementation(" junit:junit:4.13.2" )
72
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.0 " )
73
- androidTestImplementation(" androidx.test:rules:1.6.0 " )
74
- androidTestImplementation(" androidx.test:runner:1.6.0 " )
72
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
73
+ androidTestImplementation(" androidx.test:rules:1.6.1 " )
74
+ androidTestImplementation(" androidx.test:runner:1.6.1 " )
75
75
androidTestImplementation(" androidx.test.uiautomator:uiautomator:2.3.0" )
76
76
}
You can’t perform that action at this time.
0 commit comments