File tree Expand file tree Collapse file tree 13 files changed +29
-29
lines changed Expand file tree Collapse file tree 13 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ dependencies {
52
52
implementation(" androidx.appcompat:appcompat:1.7.0" )
53
53
implementation(" com.google.android.material:material:1.12.0" )
54
54
implementation(" androidx.browser:browser:1.5.0" )
55
- implementation(" androidx.navigation:navigation-fragment-ktx:2.7.7 " )
56
- implementation(" androidx.navigation:navigation-ui-ktx:2.7.7 " )
55
+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.0 " )
56
+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.0 " )
57
57
58
58
implementation(" com.google.android.gms:play-services-ads:23.3.0" )
59
59
@@ -64,7 +64,7 @@ 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.2 " )
67
+ debugImplementation(" androidx.fragment:fragment-testing:1.8.3 " )
68
68
androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
69
69
androidTestImplementation(" androidx.test:rules:1.6.1" )
70
70
androidTestImplementation(" androidx.test:runner:1.6.2" )
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ 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.4 " )
56
+ implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.5 " )
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.2.0" ))
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ dependencies {
51
51
implementation(project(" :internal:lintchecks" ))
52
52
implementation(" androidx.multidex:multidex:2.0.1" )
53
53
54
- implementation(" androidx.activity:activity-ktx:1.9.1 " )
54
+ implementation(" androidx.activity:activity-ktx:1.9.2 " )
55
55
implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
56
56
implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
57
57
implementation(" com.google.android.material:material:1.12.0" )
58
- implementation(" androidx.navigation:navigation-fragment-ktx:2.7.7 " )
59
- implementation(" androidx.navigation:navigation-ui-ktx:2.7.7 " )
58
+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.0 " )
59
+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.0 " )
60
60
61
61
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
62
62
implementation(platform(" com.google.firebase:firebase-bom:33.2.0" ))
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
8
id(" com.google.firebase.crashlytics" ) version " 3.0.2" apply false
9
9
id(" com.google.firebase.firebase-perf" ) version " 1.4.2" apply false
10
- id(" androidx.navigation.safeargs" ) version " 2.7.7 " apply false
10
+ id(" androidx.navigation.safeargs" ) version " 2.8.0 " apply false
11
11
id(" com.github.ben-manes.versions" ) version " 0.51.0" apply true
12
12
}
13
13
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
53
53
implementation(project(" :internal:lintchecks" ))
54
54
implementation(project(" :internal:chooserx" ))
55
55
implementation(" com.google.android.material:material:1.12.0" )
56
- implementation(" androidx.activity:activity-ktx:1.9.1 " )
56
+ implementation(" androidx.activity:activity-ktx:1.9.2 " )
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.2.0" ))
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ dependencies {
51
51
implementation(" androidx.appcompat:appcompat:1.7.0" )
52
52
implementation(" androidx.recyclerview:recyclerview:1.3.2" )
53
53
implementation(" com.google.android.material:material:1.12.0" )
54
- implementation(" androidx.navigation:navigation-fragment-ktx:2.7.7 " )
55
- implementation(" androidx.navigation:navigation-ui-ktx:2.7.7 " )
54
+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.0 " )
55
+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.0 " )
56
56
57
57
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
58
58
implementation(platform(" com.google.firebase:firebase-bom:33.2.0" ))
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencies {
70
70
implementation(" com.firebaseui:firebase-ui-auth:8.0.2" )
71
71
72
72
// Support Libs
73
- implementation(" androidx.activity:activity-ktx:1.9.1 " )
73
+ implementation(" androidx.activity:activity-ktx:1.9.2 " )
74
74
implementation(" androidx.appcompat:appcompat:1.7.0" )
75
75
implementation(" androidx.core:core-ktx:1.13.1" )
76
76
implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
@@ -80,13 +80,13 @@ dependencies {
80
80
implementation(" androidx.media:media:1.7.0" )
81
81
implementation(" androidx.recyclerview:recyclerview:1.3.2" )
82
82
implementation(" androidx.multidex:multidex:2.0.1" )
83
- implementation(" androidx.navigation:navigation-fragment-ktx:2.7.7 " )
84
- implementation(" androidx.navigation:navigation-ui-ktx:2.7.7 " )
83
+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.0 " )
84
+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.0 " )
85
85
86
86
// Android architecture components
87
- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.4 " )
87
+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.5 " )
88
88
implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
89
- annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.8.4 " )
89
+ annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.8.5 " )
90
90
91
91
// Third-party libraries
92
92
implementation(" me.zhanghai.android.materialratingbar:library:1.4.0" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
id(" com.android.library" ) version " 8.6.0" apply false
6
6
id(" org.jetbrains.kotlin.android" ) version " 2.0.20" apply false
7
7
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
8
- id(" androidx.navigation.safeargs" ) version " 2.7.7 " apply false
8
+ id(" androidx.navigation.safeargs" ) version " 2.8.0 " apply false
9
9
}
10
10
11
11
allprojects {
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ dependencies {
45
45
implementation(project(" :internal:lintchecks" ))
46
46
implementation(project(" :internal:chooserx" ))
47
47
48
- implementation(" androidx.activity:activity-ktx:1.9.1 " )
49
- implementation(" androidx.fragment:fragment-ktx:1.8.2 " )
48
+ implementation(" androidx.activity:activity-ktx:1.9.2 " )
49
+ implementation(" androidx.fragment:fragment-ktx:1.8.3 " )
50
50
implementation(" androidx.appcompat:appcompat:1.7.0" )
51
51
implementation(" com.google.android.material:material:1.12.0" )
52
52
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ dependencies {
58
58
implementation(" androidx.core:core-ktx:1.13.1" )
59
59
60
60
// Required when asking for permission to post notifications (starting in Android 13)
61
- implementation(" androidx.activity:activity-ktx:1.9.1 " )
62
- implementation(" androidx.fragment:fragment-ktx:1.8.2 " )
61
+ implementation(" androidx.activity:activity-ktx:1.9.2 " )
62
+ implementation(" androidx.fragment:fragment-ktx:1.8.3 " )
63
63
64
64
implementation(" com.google.android.material:material:1.12.0" )
65
65
You can’t perform that action at this time.
0 commit comments