From 824e0c23d6ea30f3c382d8886f692536b22046af Mon Sep 17 00:00:00 2001 From: google-automerger Date: Thu, 9 Jul 2015 11:10:17 -0700 Subject: [PATCH] Auto-update --- Application/build.gradle | 2 +- NOTICE | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 NOTICE diff --git a/Application/build.gradle b/Application/build.gradle index cd4874e..016cf60 100644 --- a/Application/build.gradle +++ b/Application/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:1.1.0' + classpath 'com.android.tools.build:gradle:1.2.0' } } diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..05e0e2e --- /dev/null +++ b/NOTICE @@ -0,0 +1,16 @@ + +This sample uses the following software: + +Copyright 2015 The Android Open Source Project + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. -- GitLab