Skip to content
This repository has been archived by the owner on Sep 28, 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 Jan 25, 2018
1 parent 56a10b6 commit d30a9ed
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 470 deletions.
15 changes: 7 additions & 8 deletions Application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,27 @@
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:appcompat-v7:27.0.0'
compile 'com.android.support:cardview-v7:27.0.0'
compile 'com.android.support:design:27.0.0'
compile 'com.google.android.gms:play-services-wearable:11.4.2'
compile 'com.android.support:support-v13:27.0.0'
compile 'com.google.android.gms:play-services-wearable:11.8.0'
compile 'com.android.support:support-v13:27.0.2'
compile project(':Shared')
wearApp project(':Wearable')
}
Expand All @@ -37,9 +36,9 @@ List<String> dirs = [
'template'] // boilerplate code that is generated by the sample template process

android {
compileSdkVersion 26
compileSdkVersion 26

buildToolsVersion "26.0.1"
buildToolsVersion "27.0.2"

defaultConfig {
minSdkVersion 18
Expand Down
Loading

0 comments on commit d30a9ed

Please sign in to comment.