plectrum

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

commit 2a39db5ecd74a9bbbee3abcc2283b31d82ba9d3a
parent 7c09f96deecce5cc3ea0fb175634c42419f46ea3
Author: gstraube <gstraube@mailbox.org>
Date:   Tue, 25 Jul 2017 20:26:08 +0200

Add Roboelectric

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

diff --git a/app/build.gradle b/app/build.gradle @@ -29,4 +29,5 @@ dependencies { compile 'com.android.support:appcompat-v7:25.3.1' testCompile 'junit:junit:4.12' testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3' + testCompile group: 'org.robolectric', name: 'robolectric', version: '3.3.2' }