add kluent for test

This commit is contained in:
Benoit Marty 2020-02-06 23:22:07 +01:00
parent 26e8a60312
commit f8276e48e3
1 changed files with 3 additions and 0 deletions

View File

@ -378,8 +378,11 @@ dependencies {
// TESTS
testImplementation 'junit:junit:4.12'
testImplementation 'org.amshove.kluent:kluent-android:1.44'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'org.amshove.kluent:kluent-android:1.44'
}
if (getGradle().getStartParameter().getTaskRequests().toString().contains("Gplay")) {