mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-31 11:52:18 +00:00
Fix the UI tests
This commit is contained in:
parent
f7a428b8cb
commit
c6cb390990
2 changed files with 2 additions and 3 deletions
|
@ -145,7 +145,6 @@ dependencies {
|
|||
implementation "androidx.viewpager2:viewpager2:1.0.0"
|
||||
implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
|
||||
implementation 'com.github.avito-tech:krop:0.51'
|
||||
|
||||
implementation "com.github.bumptech.glide:annotations:${glideVersion}"
|
||||
implementation "com.github.bumptech.glide:glide:${glideVersion}"
|
||||
implementation("com.github.bumptech.glide:recyclerview-integration:${glideVersion}") {
|
||||
|
@ -180,7 +179,7 @@ dependencies {
|
|||
testImplementation "androidx.test:core:${androidTestVersion}"
|
||||
testImplementation "com.google.guava:guava:${guavaVersion}-jre"
|
||||
testImplementation "junit:junit:${junitVersion}"
|
||||
testImplementation "org.json:json:20200518"
|
||||
testImplementation "org.json:json:20201115"
|
||||
testImplementation 'org.robolectric:robolectric:4.4'
|
||||
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue