plectrum

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 54924a152028ad3f43159b9b2cfa45af0e2871cd
parent 4d8fd4fd26bea816711ef7f2eba02346b10a05b1
Author: gstraube <gstraube@mailbox.org>
Date:   Fri,  2 Nov 2018 17:15:32 +0100

Fix dependency declaration

Diffstat:
Mapp/build.gradle | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/build.gradle b/app/build.gradle @@ -47,10 +47,10 @@ dependencies { implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.jaredrummler:material-spinner:1.2.5' implementation 'com.shawnlin:number-picker:2.4.6' - implementation 'org.powermock:powermock-api-mockito2:1.7.4' testImplementation 'junit:junit:4.12' testImplementation 'org.hamcrest:hamcrest-all:1.3' testImplementation 'org.robolectric:robolectric:3.8' + testImplementation 'org.powermock:powermock-api-mockito2:1.7.4' testImplementation 'org.powermock:powermock-module-junit4:1.7.4' }