@@ -32,14 +32,14 @@ apply {
3232dependencies {
3333 // Compile Build Dependencies
3434 implementation fileTree(include : [" *.jar" ], dir : " libs" )
35- implementation ' com.google.android.material:material:1.12 .0'
35+ implementation ' com.google.android.material:material:1.13 .0'
3636 implementation ' androidx.annotation:annotation:1.9.1'
3737 implementation ' androidx.appcompat:appcompat:1.7.1'
3838 implementation ' androidx.collection:collection-ktx:1.5.0'
3939 implementation ' androidx.core:core-ktx:1.17.0'
4040 implementation ' androidx.core:core-splashscreen:1.0.1'
4141 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
42- implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3 '
42+ implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4 '
4343 implementation ' androidx.media:media:1.7.1'
4444 implementation ' androidx.preference:preference-ktx:1.2.1'
4545 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
@@ -48,13 +48,13 @@ dependencies {
4848 testImplementation ' androidx.test.ext:junit:1.3.0'
4949 testImplementation ' com.googlecode.junit-toolbox:junit-toolbox:2.4'
5050 testImplementation ' junit:junit:4.13.2'
51- testImplementation ' org.mockito:mockito-core:5.19 .0'
51+ testImplementation ' org.mockito:mockito-core:5.20 .0'
5252 testImplementation ' org.mockito.kotlin:mockito-kotlin:6.0.0'
5353 testImplementation ' org.robolectric:robolectric:4.16'
5454 testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
5555 testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
5656 testImplementation ' org.slf4j:slf4j-simple:2.0.17'
57- testImplementation ' org.assertj:assertj-core:3.27.4 '
57+ testImplementation ' org.assertj:assertj-core:3.27.5 '
5858 // Android Test Dependencies
5959 androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0'
6060 androidTestImplementation ' androidx.test.ext:junit-ktx:1.3.0'
0 commit comments