@@ -40,28 +40,28 @@ android {
4040
4141dependencies {
4242 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
43- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.1 '
43+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2 '
4444 implementation ' com.jakewharton.timber:timber:4.7.1'
45- implementation ' com.google.firebase:firebase-ml-vision:20 .0.0'
46- implementation ' androidx.lifecycle:lifecycle-livedata:2.0 .0'
45+ implementation ' com.google.firebase:firebase-ml-vision:21 .0.0'
46+ implementation ' androidx.lifecycle:lifecycle-livedata:2.1 .0'
4747
48- kapt ' androidx.lifecycle:lifecycle-compiler:2.0 .0'
48+ kapt ' androidx.lifecycle:lifecycle-compiler:2.1 .0'
4949
5050 // region Local Unit Tests
5151 testImplementation ' junit:junit:4.12'
52- testImplementation ' org.mockito:mockito-core:2.24.5 '
52+ testImplementation ' org.mockito:mockito-core:2.28.2 '
5353 testImplementation ' com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0'
5454 testImplementation ' androidx.test:runner:1.2.0'
55- testImplementation ' androidx.arch.core:core-testing:2.0 .0'
56- testImplementation ' org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.1 '
55+ testImplementation ' androidx.arch.core:core-testing:2.1 .0'
56+ testImplementation ' org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.2 '
5757 // endregion
5858
5959 // region Instrumented Tests
6060 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
6161 androidTestImplementation ' androidx.test:runner:1.2.0'
62- androidTestImplementation ' org.mockito:mockito-android:2.24.5 '
62+ androidTestImplementation ' org.mockito:mockito-android:2.28.2 '
6363 androidTestImplementation ' com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0'
64- androidTestImplementation ' androidx.arch.core:core-testing:2.0 .0'
64+ androidTestImplementation ' androidx.arch.core:core-testing:2.1 .0'
6565 // UI testing with Espresso
6666 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
6767 // endregion
8080 siteUrl = ' https://github.com/brightec/KBarcode'
8181 gitUrl = ' https://github.com/brightec/KBarcode.git'
8282
83- libraryVersion = ' 1.0.3 '
83+ libraryVersion = ' 1.0.4 '
8484
8585 developerId = ' alistairsykes'
8686 developerName = ' Alistair Sykes'
0 commit comments