diff --git a/Application/build.gradle b/Application/build.gradle index cd4874ec1bf0124f19a550f0d36639ffbd3f1d8e..016cf60c3d2f30b9710bbb3e9846209d4b020486 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 0000000000000000000000000000000000000000..05e0e2e80a0db09dc4dabd3d4be61c15b2b5a6d6 --- /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.