Skip to content
This repository has been archived by the owner on Oct 18, 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 Feb 16, 2018
1 parent 958705c commit 5205dc2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 458 deletions.
20 changes: 9 additions & 11 deletions Application/build.gradle
Expand Up @@ -2,27 +2,26 @@
buildscript {
repositories {
jcenter()
google()
}

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

apply plugin: 'com.android.application'

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

dependencies {
compile "com.android.support:support-v4:26.1.0"
compile "com.android.support:support-v13:26.1.0"
compile "com.android.support:cardview-v7:26.1.0"
compile "com.android.support:appcompat-v7:26.1.0"
compile "com.android.support:support-v4:27.0.2"
compile "com.android.support:support-v13:27.0.2"
compile "com.android.support:cardview-v7:27.0.2"
compile "com.android.support:appcompat-v7:27.0.2"
}

// The sample build uses multiple directories to
Expand All @@ -34,10 +33,9 @@ List<String> dirs = [
'template'] // boilerplate code that is generated by the sample template process

android {

compileSdkVersion 26
compileSdkVersion 27

buildToolsVersion "26.0.1"
buildToolsVersion "27.0.2"

defaultConfig {
minSdkVersion 18
Expand Down

0 comments on commit 5205dc2

Please sign in to comment.