Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
google-automerger committed Oct 11, 2017
1 parent 2d3ac27 commit daed687
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions Application/build.gradle
Expand Up @@ -5,14 +5,17 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'
}
}

apply plugin: 'com.android.application'

repositories {
jcenter()
maven {
url 'https://maven.google.com'
}
}

dependencies {
Expand All @@ -31,12 +34,14 @@ List<String> dirs = [
'template'] // boilerplate code that is generated by the sample template process

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"

compileSdkVersion 26

buildToolsVersion "26.0.1"

defaultConfig {
minSdkVersion 21
targetSdkVersion 25
targetSdkVersion 26
}

compileOptions {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,8 +8,8 @@ support library.
Pre-requisites
--------------

- Android SDK 25
- Android Build Tools v25.0.3
- Android SDK 26
- Android Build Tools v26.0.1
- Android Support Repository

Getting Started
Expand Down

0 comments on commit daed687

Please sign in to comment.