@@ -62,16 +62,16 @@ room {
62
62
}
63
63
64
64
dependencies {
65
- implementation ' androidx.core:core-ktx:1.12.0 '
65
+ implementation ' androidx.core:core-ktx:1.13.1 '
66
66
implementation ' com.github.paolorotolo:appintro:6.3.1'
67
67
implementation ' androidx.recyclerview:recyclerview:1.3.2'
68
- implementation ' com.google.android.material:material:1.11 .0'
68
+ implementation ' com.google.android.material:material:1.12 .0'
69
69
implementation ' androidx.recyclerview:recyclerview-selection:1.1.0'
70
70
implementation ' com.android.support.constraint:constraint-layout:2.0.4'
71
71
implementation " androidx.preference:preference-ktx:1.2.1"
72
72
implementation ' com.github.martin-stone:hsv-alpha-color-picker-android:3.1.0'
73
- implementation ' com.google.code.gson:gson:2.10'
74
- implementation ' androidx.webkit:webkit:1.10 .0'
73
+ implementation ' com.google.code.gson:gson:2.10.1 '
74
+ implementation ' androidx.webkit:webkit:1.11 .0'
75
75
76
76
// Room database
77
77
def room_version = " 2.6.1"
@@ -87,8 +87,8 @@ dependencies {
87
87
// // optional - Kotlin Extensions and Coroutines support for Room
88
88
implementation(" androidx.room:room-ktx:$room_version " )
89
89
90
- implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 "
91
- implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 "
90
+ implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.4 "
91
+ implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.8.4 "
92
92
93
93
94
94
constraints {
@@ -102,17 +102,17 @@ dependencies {
102
102
103
103
// 'androidTest' dependencies for instrumentation (tests on device).
104
104
// These are for room database migration test.
105
- androidTestImplementation " androidx.test.ext:junit-ktx:1.1.5 "
105
+ androidTestImplementation " androidx.test.ext:junit-ktx:1.2.1 "
106
106
androidTestImplementation " androidx.room:room-testing:2.6.1"
107
- androidTestImplementation " androidx.test:runner:1.5 .2"
107
+ androidTestImplementation " androidx.test:runner:1.6 .2"
108
108
109
109
110
110
// 'test' dependencies to run unit tests from the IDE
111
- testImplementation " androidx.test.ext:junit-ktx:1.1.5 "
111
+ testImplementation " androidx.test.ext:junit-ktx:1.2.1 "
112
112
testImplementation ' org.robolectric:robolectric:4.11.1'
113
113
114
114
// AndroidJUnitRunner and JUnit Rules
115
- testImplementation " androidx.test:runner:1.5 .2"
116
- testImplementation " androidx.test:rules:1.5.0 "
115
+ testImplementation " androidx.test:runner:1.6 .2"
116
+ testImplementation " androidx.test:rules:1.6.1 "
117
117
118
118
}
0 commit comments