From cb5cf9bb0934a03c90b4359ac6d493dc1154a897 Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Fri, 10 Nov 2017 21:31:19 +0100 Subject: [PATCH] update support lib to 27.0.1 --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 69504e2f9..c38bf8d4a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,11 +57,11 @@ dependencies { testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:1.10.19' - implementation 'com.android.support:appcompat-v7:27.0.0' - implementation 'com.android.support:support-v4:27.0.0' - implementation 'com.android.support:design:27.0.0' - implementation 'com.android.support:recyclerview-v7:27.0.0' - implementation 'com.android.support:preference-v14:27.0.0' + implementation 'com.android.support:appcompat-v7:27.0.1' + implementation 'com.android.support:support-v4:27.0.1' + implementation 'com.android.support:design:27.0.1' + implementation 'com.android.support:recyclerview-v7:27.0.1' + implementation 'com.android.support:preference-v14:27.0.1' implementation 'com.google.code.gson:gson:2.8.2' implementation 'ch.acra:acra:4.9.2'