@@ -54,25 +54,22 @@ android {
54
54
}
55
55
56
56
dependencies {
57
- implementation ' androidx.activity:activity:1.8.0 '
58
- implementation ' androidx.fragment:fragment:1.6.1 '
57
+ implementation ' androidx.activity:activity:1.8.1 '
58
+ implementation ' androidx.fragment:fragment:1.6.2 '
59
59
implementation ' androidx.recyclerview:recyclerview:1.3.2'
60
60
implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
61
61
implementation ' androidx.cardview:cardview:1.0.0'
62
62
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
63
63
implementation ' androidx.preference:preference:1.2.1'
64
64
implementation ' androidx.core:core-splashscreen:1.0.1'
65
- implementation ' com.google.android.material:material:1.11.0-alpha03'
66
- // This is added to fix dependency issue with androidx.preference:preference:1.2.0,
67
- // which for some reason depends on androidx.fragment:fragment-ktx:1.3.6.
68
- implementation ' androidx.fragment:fragment-ktx:1.6.1'
65
+ implementation ' com.google.android.material:material:1.12.0-alpha01'
69
66
70
67
// Dagger 2
71
- implementation ' com.google.dagger:dagger:2.48'
72
- implementation ' com.google.dagger:dagger-android:2.48'
73
- implementation ' com.google.dagger:dagger-android-support:2.48'
74
- annotationProcessor ' com.google.dagger:dagger-compiler:2.48'
75
- annotationProcessor ' com.google.dagger:dagger-android-processor:2.48'
68
+ implementation ' com.google.dagger:dagger:2.48.1 '
69
+ implementation ' com.google.dagger:dagger-android:2.48.1 '
70
+ implementation ' com.google.dagger:dagger-android-support:2.48.1 '
71
+ annotationProcessor ' com.google.dagger:dagger-compiler:2.48.1 '
72
+ annotationProcessor ' com.google.dagger:dagger-android-processor:2.48.1 '
76
73
77
74
// Brings the new BluetoothLeScanner API to older platforms
78
75
implementation ' no.nordicsemi.android.support.v18:scanner:1.6.0'
0 commit comments