Skip to content
This repository has been archived by the owner on Sep 6, 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 8ef9814 commit 9fce0d1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ repositories {
dependencies {
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.google.android.gms:play-services-wearable:10.2.4'
compile 'com.android.support:support-v13:25.3.1'
compile 'com.google.android.gms:play-services-wearable:11.4.0'
compile 'com.android.support:support-v13:26.1.0'
compile project(':Shared')
wearApp project(':Wearable')
}
Expand All @@ -36,13 +36,13 @@ List<String> dirs = [
'template'] // boilerplate code that is generated by the sample template process

android {
compileSdkVersion 25
compileSdkVersion 26

buildToolsVersion "25.0.3"
buildToolsVersion "26.0.1"

defaultConfig {
minSdkVersion 18
targetSdkVersion 25
targetSdkVersion 26
versionCode 1
versionName "1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ To find out more about wear, visit our [developer Wear page][1].
Pre-requisites
--------------

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

Screenshots
Expand Down
6 changes: 3 additions & 3 deletions Shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ List<String> dirs = [
'template'] // boilerplate code that is generated by the sample template process

android {
compileSdkVersion 25
compileSdkVersion 26

buildToolsVersion "25.0.3"
buildToolsVersion "26.0.1"

defaultConfig {
minSdkVersion 18
targetSdkVersion 25
targetSdkVersion 26
}

compileOptions {
Expand Down
10 changes: 5 additions & 5 deletions Wearable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ repositories {

dependencies {
compile 'com.android.support:wear:26.0.0'
compile 'com.google.android.gms:play-services-wearable:10.2.4'
compile 'com.android.support:support-v13:25.3.1'
compile 'com.google.android.gms:play-services-wearable:11.4.0'
compile 'com.android.support:support-v13:26.1.0'

provided 'com.google.android.wearable:wearable:2.0.3'
provided 'com.google.android.wearable:wearable:2.0.5'

compile 'com.google.android.support:wearable:2.0.3'
compile 'com.google.android.support:wearable:2.0.5'

compile project(':Shared')
}
Expand All @@ -42,7 +42,7 @@ android {

compileSdkVersion 26

buildToolsVersion "25.0.3"
buildToolsVersion "26.0.1"

defaultConfig {
versionCode 1
Expand Down

0 comments on commit 9fce0d1

Please sign in to comment.