Skip to content
This repository has been archived by the owner on Aug 27, 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 7050c2f commit 0acde43
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 470 deletions.
24 changes: 11 additions & 13 deletions Application/build.gradle
Expand Up @@ -2,29 +2,28 @@
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.google.android.gms:play-services-wearable:11.4.0'
compile 'com.android.support:support-v13: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"
compile 'com.google.android.gms:play-services-wearable:11.8.0'
compile 'com.android.support:support-v13:27.0.2'
wearApp project(':Wearable')
}

Expand All @@ -37,10 +36,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 0acde43

Please sign in to comment.