mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Setup Espresso environment
This commit is contained in:
parent
950dbe2013
commit
a76bb109bc
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ dependencies {
|
|||
compile "com.android.support:appcompat-v7:${supportLibraryVersion}"
|
||||
compile 'com.getbase:floatingactionbutton:1.10.1'
|
||||
|
||||
|
||||
|
||||
/// dependencies for local unit tests
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile 'org.mockito:mockito-core:1.10.19'
|
||||
|
@ -121,4 +121,4 @@ android {
|
|||
exclude 'META-INF/LICENSE.txt'
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue