File tree Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ android {
41
41
dependencies {
42
42
implementation project(" :internal:lintchecks" )
43
43
implementation project(" :internal:chooserx" )
44
- implementation ' androidx.appcompat:appcompat:1.5.0 '
44
+ implementation ' androidx.appcompat:appcompat:1.5.1 '
45
45
implementation ' com.google.android.material:material:1.6.1'
46
46
implementation ' androidx.browser:browser:1.0.0'
47
- implementation ' androidx.navigation:navigation-fragment-ktx:2.5.1 '
48
- implementation ' androidx.navigation:navigation-ui-ktx:2.5.1 '
47
+ implementation ' androidx.navigation:navigation-fragment-ktx:2.5.2 '
48
+ implementation ' androidx.navigation:navigation-ui-ktx:2.5.2 '
49
49
50
50
implementation ' com.google.android.gms:play-services-ads:21.2.0'
51
51
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
implementation project(" :internal:chooserx" )
37
37
38
38
implementation ' com.google.android.material:material:1.6.1'
39
- implementation ' androidx.appcompat:appcompat:1.5.0 '
39
+ implementation ' androidx.appcompat:appcompat:1.5.1 '
40
40
implementation " androidx.preference:preference-ktx:1.2.0"
41
41
// Needed to override the version used by preference-ktx
42
42
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ dependencies {
46
46
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
47
47
implementation ' androidx.vectordrawable:vectordrawable-animated:1.1.0'
48
48
implementation ' com.google.android.material:material:1.6.1'
49
- implementation ' androidx.navigation:navigation-fragment-ktx:2.5.1 '
50
- implementation ' androidx.navigation:navigation-ui-ktx:2.5.1 '
49
+ implementation ' androidx.navigation:navigation-fragment-ktx:2.5.2 '
50
+ implementation ' androidx.navigation:navigation-ui-ktx:2.5.2 '
51
51
52
52
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
53
53
implementation platform(' com.google.firebase:firebase-bom:30.4.1' )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
11
11
classpath ' com.google.gms:google-services:4.3.13'
12
12
classpath ' com.google.firebase:perf-plugin:1.4.1'
13
13
classpath ' com.google.firebase:firebase-crashlytics-gradle:2.9.1'
14
- classpath ' androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1 '
14
+ classpath ' androidx.navigation:navigation-safe-args-gradle-plugin:2.5.2 '
15
15
}
16
16
}
17
17
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ dependencies {
36
36
implementation project(" :internal:lintchecks" )
37
37
implementation project(" :internal:chooserx" )
38
38
39
- implementation ' androidx.appcompat:appcompat:1.5.0 '
39
+ implementation ' androidx.appcompat:appcompat:1.5.1 '
40
40
implementation ' androidx.recyclerview:recyclerview:1.2.1'
41
41
implementation ' com.google.android.material:material:1.6.1'
42
- implementation ' androidx.navigation:navigation-fragment-ktx:2.5.1 '
43
- implementation ' androidx.navigation:navigation-ui-ktx:2.5.1 '
42
+ implementation ' androidx.navigation:navigation-fragment-ktx:2.5.2 '
43
+ implementation ' androidx.navigation:navigation-ui-ktx:2.5.2 '
44
44
45
45
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
46
46
implementation platform(' com.google.firebase:firebase-bom:30.4.1' )
Original file line number Diff line number Diff line change @@ -66,17 +66,17 @@ dependencies {
66
66
67
67
// Support Libs
68
68
implementation ' androidx.activity:activity-ktx:1.5.1'
69
- implementation ' androidx.appcompat:appcompat:1.5.0 '
70
- implementation ' androidx.core:core-ktx:1.8 .0'
69
+ implementation ' androidx.appcompat:appcompat:1.5.1 '
70
+ implementation ' androidx.core:core-ktx:1.9 .0'
71
71
implementation ' androidx.vectordrawable:vectordrawable-animated:1.1.0'
72
72
implementation ' androidx.cardview:cardview:1.0.0'
73
73
implementation ' androidx.browser:browser:1.0.0'
74
74
implementation ' com.google.android.material:material:1.6.1'
75
75
implementation ' androidx.media:media:1.6.0'
76
76
implementation ' androidx.recyclerview:recyclerview:1.2.1'
77
77
implementation ' androidx.multidex:multidex:2.0.1'
78
- implementation ' androidx.navigation:navigation-fragment-ktx:2.5.1 '
79
- implementation ' androidx.navigation:navigation-ui-ktx:2.5.1 '
78
+ implementation ' androidx.navigation:navigation-fragment-ktx:2.5.2 '
79
+ implementation ' androidx.navigation:navigation-ui-ktx:2.5.2 '
80
80
81
81
// Android architecture components
82
82
implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
classpath ' com.android.tools.build:gradle:7.2.2'
11
11
classpath ' com.google.gms:google-services:4.3.13'
12
12
classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10'
13
- classpath ' androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1 '
13
+ classpath ' androidx.navigation:navigation-safe-args-gradle-plugin:2.5.2 '
14
14
}
15
15
}
16
16
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
40
40
implementation ' androidx.activity:activity-ktx:1.5.1'
41
41
implementation ' androidx.fragment:fragment-ktx:1.5.2'
42
- implementation ' androidx.appcompat:appcompat:1.5.0 '
42
+ implementation ' androidx.appcompat:appcompat:1.5.1 '
43
43
implementation ' com.google.android.material:material:1.6.1'
44
44
45
45
// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
implementation project(" :internal:chooserx" )
47
47
implementation ' androidx.annotation:annotation:1.4.0'
48
48
implementation ' androidx.vectordrawable:vectordrawable-animated:1.1.0'
49
- implementation ' androidx.core:core-ktx:1.8 .0'
49
+ implementation ' androidx.core:core-ktx:1.9 .0'
50
50
51
51
// Required when asking for permission to post notifications (starting in Android 13)
52
52
implementation ' androidx.activity:activity-ktx:1.5.1'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
implementation ' com.google.firebase:firebase-auth-ktx'
52
52
53
53
implementation ' androidx.activity:activity-ktx:1.5.1'
54
- implementation ' androidx.appcompat:appcompat:1.5.0 '
54
+ implementation ' androidx.appcompat:appcompat:1.5.1 '
55
55
implementation ' com.google.android.material:material:1.6.1'
56
56
androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
57
57
androidTestImplementation ' androidx.test.espresso:espresso-intents:3.4.0'
You can’t perform that action at this time.
0 commit comments