mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 12:56:02 +03:00
Fix unit tests
Signed-off-by: stefan-niedermann <info@niedermann.it>
This commit is contained in:
parent
8848b73d92
commit
5acec3dc4b
1 changed files with 1 additions and 4 deletions
|
@ -27,9 +27,6 @@ android {
|
|||
disable 'MissingTranslation'
|
||||
abortOnError false
|
||||
}
|
||||
dataBinding {
|
||||
enabled = true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -53,7 +50,7 @@ dependencies {
|
|||
implementation 'androidx.work:work-runtime:2.3.2'
|
||||
implementation "com.google.android.material:material:1.1.0"
|
||||
|
||||
androidTestImplementation 'junit:junit:4.13'
|
||||
testImplementation 'junit:junit:4.13'
|
||||
androidTestImplementation 'com.android.support:support-annotations:28.0.0'
|
||||
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
||||
|
||||
|
|
Loading…
Reference in a new issue