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 May 21, 2015
1 parent bcd2b3a commit d06e427
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions .google/packaging.yaml
@@ -1,3 +1,4 @@

# GOOGLE SAMPLE PACKAGING DATA
#
# This file is used by Google as part of our samples packaging process.
Expand Down
1 change: 1 addition & 0 deletions NOTICE
@@ -1,3 +1,4 @@

This sample uses the following software:

Copyright 2015 The Android Open Source Project
Expand Down
1 change: 1 addition & 0 deletions README.md
@@ -1,3 +1,4 @@

Android GridViewPager Sample
===================================

Expand Down
16 changes: 12 additions & 4 deletions Wearable/build.gradle
@@ -1,10 +1,11 @@

buildscript {
repositories {
mavenCentral()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.android.tools.build:gradle:1.1.0'
}
}

Expand All @@ -15,9 +16,10 @@ apply plugin: 'com.android.application'
dependencies {


compile 'com.google.android.gms:play-services-wearable:7.3.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.+'
compile 'com.google.android.support:wearable:1.2.0'
}

// The sample build uses multiple directories to
Expand All @@ -44,6 +46,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt')
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}

sourceSets {
main {
dirs.each { dir ->
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
@@ -1 +1,2 @@

include ':Wearable'

0 comments on commit d06e427

Please sign in to comment.