@@ -26,14 +26,14 @@ apply plugin: "kotlin-allopen"
26
26
dependencies {
27
27
// Compile Build Dependencies
28
28
implementation fileTree(include : [" *.jar" ], dir : " libs" )
29
- implementation ' com.google.android.material:material:1.11 .0'
30
- implementation ' androidx.annotation:annotation:1.7.1 '
31
- implementation ' androidx.appcompat:appcompat:1.6.1 '
29
+ implementation ' com.google.android.material:material:1.12 .0'
30
+ implementation ' androidx.annotation:annotation:1.8.0 '
31
+ implementation ' androidx.appcompat:appcompat:1.7.0 '
32
32
implementation ' androidx.collection:collection-ktx:1.4.0'
33
- implementation ' androidx.core:core-ktx:1.12.0 '
33
+ implementation ' androidx.core:core-ktx:1.13.1 '
34
34
implementation ' androidx.core:core-splashscreen:1.0.1'
35
35
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
36
- implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 '
36
+ implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.1 '
37
37
implementation ' androidx.media:media:1.7.0'
38
38
implementation ' androidx.preference:preference-ktx:1.2.1'
39
39
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
@@ -42,13 +42,13 @@ dependencies {
42
42
testImplementation ' androidx.test.ext:junit:1.1.5'
43
43
testImplementation ' com.googlecode.junit-toolbox:junit-toolbox:2.4'
44
44
testImplementation ' junit:junit:4.13.2'
45
- testImplementation ' org.mockito:mockito-core:5.11 .0'
45
+ testImplementation ' org.mockito:mockito-core:5.12 .0'
46
46
testImplementation ' org.mockito.kotlin:mockito-kotlin:5.3.1'
47
- testImplementation ' org.robolectric:robolectric:4.12.1 '
47
+ testImplementation ' org.robolectric:robolectric:4.12.2 '
48
48
testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
49
49
testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
50
50
testImplementation ' org.slf4j:slf4j-simple:2.0.13'
51
- testImplementation ' org.assertj:assertj-core:3.25.3 '
51
+ testImplementation ' org.assertj:assertj-core:3.26.0 '
52
52
// Android Test Dependencies
53
53
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
54
54
androidTestImplementation ' androidx.test.ext:junit-ktx:1.1.5'
0 commit comments