@@ -26,14 +26,14 @@ apply plugin: "kotlin-allopen"
2626dependencies {
2727 // Compile Build Dependencies
2828 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 '
3232 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 '
3434 implementation ' androidx.core:core-splashscreen:1.0.1'
3535 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 '
3737 implementation ' androidx.media:media:1.7.0'
3838 implementation ' androidx.preference:preference-ktx:1.2.1'
3939 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
@@ -42,13 +42,13 @@ dependencies {
4242 testImplementation ' androidx.test.ext:junit:1.1.5'
4343 testImplementation ' com.googlecode.junit-toolbox:junit-toolbox:2.4'
4444 testImplementation ' junit:junit:4.13.2'
45- testImplementation ' org.mockito:mockito-core:5.11 .0'
45+ testImplementation ' org.mockito:mockito-core:5.12 .0'
4646 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 '
4848 testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
4949 testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
5050 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 '
5252 // Android Test Dependencies
5353 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
5454 androidTestImplementation ' androidx.test.ext:junit-ktx:1.1.5'
0 commit comments