plectrum

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

commit 5e95d48e832fba092fd1cecec63b16a2019f30ae
parent fc195603f8d2cfc96558444fe26edd2345332c57
Author: gstraube <gstraube@mailbox.org>
Date:   Fri, 15 Dec 2017 17:34:41 +0100

Update dependency

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

diff --git a/app/build.gradle b/app/build.gradle @@ -34,7 +34,7 @@ dependencies { androidTestCompile('com.android.support.test:rules:1.0.0', { exclude group: 'com.android.support', module: 'support-annotations' }) - compile 'com.android.support:appcompat-v7:26.0.1' + compile 'com.android.support:appcompat-v7:26.1.0' compile 'com.jaredrummler:material-spinner:1.2.1' testCompile 'junit:junit:4.12' testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'