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 Apr 28, 2015
1 parent b8ff360 commit bcd2b3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,8 +6,8 @@ Demonstrates how to implement a GridViewPager in your wearable app.
Pre-requisites
--------------

- Android SDK v21
- Android Build Tools v21.1.2
- Android SDK v22
- Android Build Tools v22.0.1
- Android Support Repository

Getting Started
Expand Down
8 changes: 4 additions & 4 deletions Wearable/build.gradle
Expand Up @@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
dependencies {


compile 'com.google.android.gms:play-services-wearable:6.5.+'
compile 'com.android.support:support-v13:21.0.+'
compile 'com.google.android.gms:play-services-wearable:7.3.0+'
compile 'com.android.support:support-v13:22.1.0'
compile 'com.google.android.support:wearable:1.1.+'
}

Expand All @@ -29,9 +29,9 @@ List<String> dirs = [
'template'] // boilerplate code that is generated by the sample template process

android {
compileSdkVersion 21
compileSdkVersion 22

buildToolsVersion "21.1.2"
buildToolsVersion "22.0.1"

defaultConfig {
versionCode 1
Expand Down

0 comments on commit bcd2b3a

Please sign in to comment.