1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-21 13:23:00 +00:00

add changes according to review

This commit is contained in:
Christian Schabesberger
2020-10-19 15:10:41 +02:00
committed by Abel García de Prada
parent db478efedc
commit 76c55c9a9c
4 changed files with 27 additions and 39 deletions
-12
View File
@@ -16,12 +16,6 @@ dependencies {
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion"
testImplementation 'junit:junit:4.13'
testImplementation 'org.robolectric:robolectric:4.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test:core:1.3.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test:rules:1.3.0'
}
android {
@@ -48,10 +42,4 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
testOptions {
unitTests {
includeAndroidResources = true
}
}
}