Skip to content

Commit 436f4cc

Browse files
committed
Fixed a couple inconsistencies with the wearable demo app project config.
1 parent e2447b9 commit 436f4cc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

demoapp-wearable/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ repositories {
2929
}
3030

3131
android {
32-
compileSdkVersion 23
33-
buildToolsVersion "23.0.2"
32+
compileSdkVersion theCompileSdkVersion
33+
buildToolsVersion theBuildToolsVersion
3434

3535
defaultConfig {
3636
applicationId "com.androidplot.demo.wearable"
3737
minSdkVersion 20
38-
targetSdkVersion 23
39-
versionCode 1
40-
versionName "1.0"
38+
targetSdkVersion theTargetSdkVersion
39+
versionCode theVersionCode
40+
versionName theVersionName
4141
}
4242

4343
compileOptions {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ':wearable-demoapp', ':demoapp-wearable'
1+
include ':demoapp-wearable'
22
/*
33
* Copyright 2015 AndroidPlot.com
44
*

0 commit comments

Comments
 (0)