Skip to content

Commit

Permalink
fix build error, use specific wearable version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasoreland committed Jun 20, 2015
1 parent 88f88cc commit a8760af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'android-sdk-manager'
apply plugin: 'com.android.application'

android {
compileSdkVersion 20
compileSdkVersion 21
buildToolsVersion '20.0.0'

sourceSets {
Expand Down
4 changes: 2 additions & 2 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.android.support:wearable:+'
compile 'com.google.android.support:wearable:1.1.+'
compile 'com.google.android.gms:play-services-wearable:+'
compile project(':common')
}
Expand All @@ -42,4 +42,4 @@ if (rootProject.file("release.properties").exists()) {
android.signingConfigs.release.storePassword props.keyStorePassword
android.signingConfigs.release.keyAlias props.keyAlias
android.signingConfigs.release.keyPassword props.keyAliasPassword
}
}

0 comments on commit a8760af

Please sign in to comment.