diff options
author | Arne Schwabe <arne@rfc2549.org> | 2016-01-25 10:47:25 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2016-01-25 10:47:25 +0100 |
commit | 2894377e1dbcabc267566fc2c962e80f66e51d2a (patch) | |
tree | 70520cf0f45c23d0e88d0992ca76689bd8c2e2f5 /main/build.gradle | |
parent | 81471934e7da4c24263adb641a9fe0afc68e62c8 (diff) |
Update copyright year to 2016
Diffstat (limited to 'main/build.gradle')
-rw-r--r-- | main/build.gradle | 14 |
1 files changed, 8 insertions, 6 deletions
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') && |