@@ -34,33 +34,33 @@ apply {
3434dependencies {
3535 // Compile Build Dependencies
3636 implementation fileTree(include : [" *.jar" ], dir : " libs" )
37- implementation ' com.google.android.material:material:1.14.0'
3837 implementation ' androidx.annotation:annotation:1.10.0'
3938 implementation ' androidx.appcompat:appcompat:1.7.1'
4039 implementation ' androidx.collection:collection-ktx:1.6.0'
4140 implementation ' androidx.core:core-ktx:1.18.0'
4241 implementation ' androidx.core:core-splashscreen:1.2.0'
43- implementation ' androidx.legacy:legacy-support-v4:1.0.0'
4442 implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0'
4543 implementation ' androidx.media:media:1.8.0'
4644 implementation ' androidx.preference:preference-ktx:1.2.1'
47- implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
45+ implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.2.0'
46+ implementation ' com.google.android.material:material:1.14.0'
4847 implementation ' com.patrykandpatrick.vico:views:3.2.2'
48+ implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
4949 // Unit Test Dependencies
5050 testImplementation ' androidx.test.ext:junit:1.3.0'
5151 testImplementation ' com.googlecode.junit-toolbox:junit-toolbox:2.4'
5252 testImplementation ' junit:junit:4.13.2'
53+ testImplementation ' org.assertj:assertj-core:3.27.7'
54+ testImplementation ' org.hamcrest:hamcrest:3.0'
55+ testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
56+ testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
5357 testImplementation ' org.mockito:mockito-core:5.23.0'
5458 testImplementation ' org.mockito.kotlin:mockito-kotlin:6.3.0'
5559 testImplementation ' org.robolectric:robolectric:4.16.1'
56- testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
57- testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
5860 testImplementation ' org.slf4j:slf4j-simple:2.0.18'
59- testImplementation ' org.assertj:assertj-core:3.27.7'
60- testImplementation ' org.hamcrest:hamcrest:3.0'
6161 // Android Test Dependencies
62- androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0'
6362 androidTestImplementation ' androidx.test.espresso:espresso-contrib:3.7.0'
63+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.7.0'
6464 androidTestImplementation ' androidx.test.ext:junit-ktx:1.3.0'
6565 androidTestImplementation ' androidx.test:rules:1.7.0'
6666 androidTestImplementation ' org.assertj:assertj-core:3.27.7'
0 commit comments