This repository was archived by the owner on Sep 6, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- mavenCentral ()
3+ jcenter ()
44 }
55
66 dependencies {
@@ -10,11 +10,15 @@ buildscript {
1010
1111apply plugin : ' com.android.application'
1212
13+ repositories {
14+ jcenter()
15+ }
1316
1417dependencies {
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
3135android {
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 {
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
1616Getting Started
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ List<String> dirs = [
3131android {
3232 compileSdkVersion 21
3333
34- buildToolsVersion " 21.1.1 "
34+ buildToolsVersion " 21.1.2 "
3535
3636 defaultConfig {
3737 versionCode 1
You can’t perform that action at this time.
0 commit comments