From 2894377e1dbcabc267566fc2c962e80f66e51d2a Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 25 Jan 2016 10:47:25 +0100 Subject: Update copyright year to 2016 --- main/build.gradle | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'main/build.gradle') diff --git a/main/build.gradle b/main/build.gradle index 545a5e83..bf229a7e 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -1,16 +1,21 @@ +/* + * Copyright (c) 2012-2016 Arne Schwabe + * Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + */ + import com.android.builder.model.ProductFlavor apply plugin: 'com.android.application' repositories { - mavenCentral() + jcenter() } dependencies { compile 'com.android.support:support-annotations:23.1.1' compile 'com.android.support:cardview-v7:23.1.1' compile 'com.android.support:recyclerview-v7:23.1.1' -// compile 'ch.acra:acra:4.5.0' + // compile 'ch.acra:acra:4.5.0' } android { @@ -109,10 +114,7 @@ android { } -/* - * Copyright (c) 2012-2014 Arne Schwabe - * Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt - */ + // ~/.gradle/gradle.properties if (project.hasProperty('keystoreFile') && -- cgit v1.2.3