[android] Add 'androidx' dependency to build.gradle

Signed-off-by: Gonzalo Pesquero <gpesquero@yahoo.es>
This commit is contained in:
Gonzalo Pesquero 2024-03-08 00:08:47 +01:00 committed by Alexander Borsuk
parent 3cf9e22644
commit 05a7e9c619

View file

@ -402,6 +402,7 @@ dependencies {
implementation 'net.jcip:jcip-annotations:1.0'
// Test Dependencies
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.8.0'
testImplementation 'org.mockito:mockito-inline:5.2.0'