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 Jun 8, 2017
1 parent 99c5014 commit b72466e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions Application/build.gradle
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.3.2'
}
}

Expand All @@ -16,13 +16,13 @@ repositories {
}

dependencies {
compile "com.android.support:support-v4:25.0.1"
compile "com.android.support:support-v13:25.0.1"
compile "com.android.support:cardview-v7:25.0.1"
compile "com.android.support:appcompat-v7:25.0.1"
compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.android.support:cardview-v7:25.1.1'
compile 'com.android.support:design:25.1.1'
compile "com.android.support:support-v4:25.3.1"
compile "com.android.support:support-v13:25.3.1"
compile "com.android.support:cardview-v7:25.3.1"
compile "com.android.support:appcompat-v7:25.3.1"
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:cardview-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'
wearApp project(':Wearable')
Expand All @@ -42,7 +42,7 @@ android {

defaultConfig {
minSdkVersion 18
targetSdkVersion 24
targetSdkVersion 25
}

compileOptions {
Expand Down
12 changes: 6 additions & 6 deletions Wearable/build.gradle
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:2.3.2'
}
}

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

dependencies {

compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.android.support:design:25.1.1'
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'

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

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

}

Expand All @@ -47,7 +47,7 @@ android {

minSdkVersion 18

targetSdkVersion 24
targetSdkVersion 25
}

compileOptions {
Expand Down

0 comments on commit b72466e

Please sign in to comment.