Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.

Commit 2b4cfbf

Browse files
Auto-update
1 parent 2c803cf commit 2b4cfbf

4 files changed

Lines changed: 10 additions & 45 deletions

File tree

Application/build.gradle

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
repositories {
3-
mavenCentral()
3+
jcenter()
44
}
55

66
dependencies {
@@ -10,11 +10,15 @@ buildscript {
1010

1111
apply plugin: 'com.android.application'
1212

13+
repositories {
14+
jcenter()
15+
}
1316

1417
dependencies {
15-
18+
compile "com.android.support:support-v4:21.0.2"
19+
compile "com.android.support:support-v13:21.0.2"
20+
compile "com.android.support:cardview-v7:21.0.2"
1621
compile "com.google.android.support:wearable:1.1.+"
17-
1822
compile 'com.google.android.gms:play-services-wearable:6.5.+'
1923
compile 'com.android.support:support-v13:21.0.+'
2024
wearApp project(':Wearable')
@@ -30,14 +34,11 @@ List<String> dirs = [
3034

3135
android {
3236
compileSdkVersion 21
33-
34-
buildToolsVersion "21.1.1"
37+
buildToolsVersion "21.1.2"
3538

3639
defaultConfig {
3740
minSdkVersion 18
3841
targetSdkVersion 21
39-
versionCode 1
40-
versionName "1.0"
4142
}
4243

4344
sourceSets {

Application/src/main/res/layout/activity_main.xml

Lines changed: 0 additions & 36 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pre-requisites
1010
--------------
1111

1212
- Android SDK v21
13-
- Android Build Tools v21.1.1
13+
- Android Build Tools v21.1.2
1414
- Android Support Repository
1515

1616
Getting Started

Wearable/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ List<String> dirs = [
3131
android {
3232
compileSdkVersion 21
3333

34-
buildToolsVersion "21.1.1"
34+
buildToolsVersion "21.1.2"
3535

3636
defaultConfig {
3737
versionCode 1

0 commit comments

Comments
 (0)