Navigation Menu

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 Oct 11, 2017
1 parent 85ff244 commit 7196bf5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,8 +8,8 @@ independently on the wearable with no phone connection.
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
12 changes: 6 additions & 6 deletions Wearable/build.gradle
Expand Up @@ -24,12 +24,12 @@ dependencies {



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'

}

Expand All @@ -43,9 +43,9 @@ List<String> dirs = [

android {

compileSdkVersion 25
compileSdkVersion 26

buildToolsVersion "25.0.3"
buildToolsVersion "26.0.1"

defaultConfig {
versionCode 1
Expand Down

0 comments on commit 7196bf5

Please sign in to comment.