From a13d3764b9731ddc3871c4638c185a38d6f418b9 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sat, 17 Dec 2016 11:07:16 +0100 Subject: Bump versions --- main/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'main/build.gradle') diff --git a/main/build.gradle b/main/build.gradle index eccf15c5..b82d777d 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -12,17 +12,17 @@ repositories { } dependencies { - compile 'com.android.support:support-annotations:25.0.1' - compile 'com.android.support:cardview-v7:25.0.1' - compile 'com.android.support:recyclerview-v7:25.0.1' + compile 'com.android.support:support-annotations:25.1.0' + compile 'com.android.support:cardview-v7:25.1.0' + compile 'com.android.support:recyclerview-v7:25.1.0' // compile 'ch.acra:acra:4.5.0' testCompile 'junit:junit:4.12' } android { - compileSdkVersion 24 - buildToolsVersion '25.0.0' + compileSdkVersion 25 + buildToolsVersion '25.0.1' defaultConfig { minSdkVersion 14 -- cgit v1.2.3