save dac values and refactor

This commit is contained in:
Pritimay Sarkar
2024-02-04 14:45:37 +05:30
parent c166bab804
commit 173d4a2767
13 changed files with 108 additions and 44 deletions

View File

@@ -112,6 +112,8 @@ dependencies {
androidTestImplementation 'org.mockito:mockito-android:3.12.4'
androidTestImplementation 'org.mockito:mockito-inline:3.12.4'
androidTestImplementation 'org.mockito:mockito-android:3.12.4'
testImplementation 'org.powermock:powermock-api-mockito2:2.0.9'
testImplementation 'org.powermock:powermock-module-junit4:2.0.9'
testImplementation "androidx.arch.core:core-testing:2.2.0"
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1'