Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 425c7b8

Browse files
Auto-update
1 parent 6ca0541 commit 425c7b8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.google/packaging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file is used by Google as part of our samples packaging process.
55
# End users may safely ignore this file. It has no relevance to other systems.
66
---
7-
status: DRAFT
7+
status: PUBLISHED
88
technologies: [Android]
99
categories: [System]
1010
languages: [Java]

Application/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.2.3'
8+
classpath 'com.android.tools.build:gradle:2.2.0'
99
}
1010
}
1111

@@ -34,7 +34,7 @@ List<String> dirs = [
3434

3535
android {
3636
compileSdkVersion 25
37-
buildToolsVersion "25.0.2"
37+
buildToolsVersion "25.0.3"
3838

3939
defaultConfig {
4040
minSdkVersion 15

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Pre-requisites
3232
--------------
3333

3434
- Android SDK 25
35-
- Android Build Tools v25.0.2
35+
- Android Build Tools v25.0.3
3636
- Android Support Repository
3737

3838
Screenshots
@@ -61,7 +61,7 @@ submitting a pull request through GitHub. Please see CONTRIBUTING.md for more de
6161
License
6262
-------
6363

64-
Copyright 2016 The Android Open Source Project, Inc.
64+
Copyright 2017 The Android Open Source Project, Inc.
6565

6666
Licensed to the Apache Software Foundation (ASF) under one or more contributor
6767
license agreements. See the NOTICE file distributed with this work for

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-all.zip

0 commit comments

Comments
 (0)